updated config files

This commit is contained in:
2021-11-20 11:15:27 +01:00
parent b7070c8307
commit 19950bbda1

View File

@@ -2,8 +2,14 @@ exec udiskie --tray --appindicator
exec mkfifo /tmp/wob && tail -f /tmp/wob | wob
exec mako
bindsym XF86AudioRaiseVolume exec light -A 10 && light | cut -d '.' -f1 > /tmp/wob
bindsym XF86AudioLowerVolume exec light -U 10 && light | cut -d '.' -f1 > /tmp/wob
bindsym XF86MonBrightnessUp exec light -A 10 && light | cut -d '.' -f1 > /tmp/wob
bindsym XF86MonBrightnessDown exec light -U 10 && light | cut -d '.' -f1 > /tmp/wob
bindsym XF86AudioMute exec "pamixer -t"
bindsym XF86AudioMicMute exec "pamixer --source 46 -t"
bindsym XF86AudioRaiseVolume exec "pamixer -i 5 && pamixer --get-volume > /tmp/wob"
bindsym XF86AudioLowerVolume exec "pamixer -d 5 && pamixer --get-volume > /tmp/wob"
# Logo key. Use Mod1 for Alt.
set $mod Mod1