add wluma daemon to sway config
This commit is contained in:
parent
de9487b3bc
commit
3399cbccb7
1 changed files with 2 additions and 0 deletions
|
@ -84,7 +84,9 @@ bindsym XF86AudioPrev exec "playerctl previous"
|
|||
# pipewire
|
||||
exec "command_exists() { type '$1' &>/dev/null; }; if command_exists 'xbps-install'; then pipewire; fi"
|
||||
|
||||
# misc daemon stuff
|
||||
exec "kanshi"
|
||||
exec "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