cmus script

This commit is contained in:
joygnu 2024-07-16 00:06:38 +02:00
parent 33c81dfd95
commit 3fd57a2337
2 changed files with 10 additions and 2 deletions

9
home/hyprland/cmus.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
if screen -list | grep -q '\.cmus'; then
alacritty -e screen -r cmus
else
screen -dmS cmus cmus &
alacritty -e screen -r cmus
fi

View file

@ -42,7 +42,6 @@
"ags -c ~/nix/home/ags/bar/config.js &"
"wl-paste --type text --watch cliphist store"
"wl-paste --type image --watch cliphist store"
"screen -dmS cmus cmus &"
];
@ -70,7 +69,7 @@
"$mod, G, exec, sh ~/nix/home/hyprland/gamemode.sh"
# cmus
"$mod, D, exec, alacritty -e screen -r cmus"
"$mod, D, exec, sh ~/nix/home/hyprland/cmus.sh"
"$mod, P, exec, cmus-remote --pause"
"$mod, comma, exec, cmus-remote --prev"
"$mod, period, exec, cmus-remote --next"