Run nwg-drawer as a daemon
This commit is contained in:
parent
e85f1b8d00
commit
3491912442
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ wl-paste --watch pkill -RTMIN+9 waybar & disown
|
||||||
pkill playerctl
|
pkill playerctl
|
||||||
playerctl -a metadata --format \'{{status}} {{title}}\' --follow | while read line; do pkill -RTMIN+5 waybar; done & disown
|
playerctl -a metadata --format \'{{status}} {{title}}\' --follow | while read line; do pkill -RTMIN+5 waybar; done & disown
|
||||||
|
|
||||||
|
# Run nwg-drawer as a daemon
|
||||||
|
pkill nwg-drawer
|
||||||
|
nwg-drawer -r & disown
|
||||||
|
|
||||||
# Screenshot notification
|
# Screenshot notification
|
||||||
riverctl spawn /usr/share/river/scripts/screenshot-notify.sh & disown
|
riverctl spawn /usr/share/river/scripts/screenshot-notify.sh & disown
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue