diff --git a/sway_config b/sway_config index 71a737b..e020fe8 100644 --- a/sway_config +++ b/sway_config @@ -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