From 19950bbda166a38fef491ad5505a1987ca41cf62 Mon Sep 17 00:00:00 2001 From: Tobi Date: Sat, 20 Nov 2021 11:15:27 +0100 Subject: [PATCH] updated config files --- sway_config | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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