cmus bind

This commit is contained in:
joygnu 2024-07-01 11:16:47 +02:00
parent 15aded27e3
commit 1048f2ca60
2 changed files with 8 additions and 1 deletions

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

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Start cmus in a screen session named 'cmus_session'
screen -S cmus_session -dm cmus
echo "cmus started in screen session 'cmus_session'. Use 'screen -r cmus_session' to attach."

View file

@ -39,7 +39,7 @@
"waybar &" "waybar &"
"wl-paste --type text --watch cliphist store" "wl-paste --type text --watch cliphist store"
"wl-paste --type image --watch cliphist store" "wl-paste --type image --watch cliphist store"
"cmus-remote -s" "sh cmus.sh"
]; ];