add bind to restart wluma
This commit is contained in:
parent
3399cbccb7
commit
6d07d12110
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue