cmus bind
This commit is contained in:
parent
15aded27e3
commit
1048f2ca60
7
home/hyprland/cmus.sh
Executable file
7
home/hyprland/cmus.sh
Executable 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."
|
||||||
|
|
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue