add bind to restart wluma

This commit is contained in:
askiiart 2025-03-26 12:31:19 -05:00
parent 3399cbccb7
commit 6d07d12110
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -87,6 +87,7 @@ exec "command_exists() { type '$1' &>/dev/null; }; if command_exists 'xbps-insta
# misc daemon stuff
exec "kanshi"
exec "wluma"
bindsym Mod4+Alt+XF86AudioMedia exec "pkill -9 wluma; wluma"
# adjust PPD settings on framework 13
bindsym XF86AudioMedia exec "if powerprofilesctl get | grep -q 'power-saver' ; then powerprofilesctl set 'balanced' && notify-send 'PPD set to balanced'; else powerprofilesctl set 'power-saver' && notify-send 'PPD set to power-saver'; fi"