commit faaffef3a9d9a5d8c132896c85e399d45d146835
parent d65d9f21096b2f222430f0d2906ace0fe8480f22
Author: awy <awy@awy.one>
Date: Fri, 21 Mar 2025 14:22:25 +0300
mpd
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
@@ -15,6 +15,7 @@ exec-once = gnome-keyring-daemon --start --components=secrets
exec-once = foot --server
exec-once = setbg /mnt/ssd/papes/
exec-once = waybar
+exec-once = mpd
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
@@ -158,7 +159,7 @@ bind = $mainMod SHIFT, Print, exec, dmenurecord kill
bind = $mainMod, E, exec, $terminal neomutt; pkill -RTMIN+12 waybar
bind = $mainMod SHIFT, N, exec, $terminal newsboat; pkill -RTMIN+6 waybar
bind = $mainMod SHIFT, R, exec, $terminal -e btop
-bind = $mainMod, M, exec, $terminal -e cmus
+bind = $mainMod, M, exec, $terminal -e ncmpcpp
bind =,XF86AudioPlay, exec, playerctl play-pause
bind =,XF86AudioPrev, exec, playerctl previous
bind =,XF86AudioNext, exec, playerctl next