diff options
Diffstat (limited to '.i3/config')
-rw-r--r-- | .i3/config | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -325,10 +325,9 @@ bar { #exec_always --no-startup-id ~/.i3/start_polybar.sh jonny # Pulse Audio controls -bindsym XF86AudioRaiseVolume exec --no-startup-id pactl -- set-sink-volume 0 +5% #increase sound volume -bindsym XF86AudioLowerVolume exec --no-startup-id pactl -- set-sink-volume 0 -5% #decrease sound volume -bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound -#Microphone mute +bindsym XF86AudioRaiseVolume exec --no-startup-id pactl -- set-sink-volume 0 +5% +bindsym XF86AudioLowerVolume exec --no-startup-id pactl -- set-sink-volume 0 -5% +bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute 1 toggle #Mediacontrol @@ -343,7 +342,7 @@ bindsym XF86AudioNext exec --no-startup-id playerctl next bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 -fps 30 # increase screen brightness bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 -fps 30 # decrease screen brightness -#bindsym XF86RFKill exec --no-startup-id i3-nagbar -t warning -m asdf +exec --no-startup-id twmnd #start autostart.sh exec --no-startup-id ~/autostart.sh |