From 947a3cb1917304b6f08c2f4e95b5db2ebcfe0fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Mon, 16 Sep 2019 14:17:39 -0300 Subject: mute in i3 --- .config/i3/config | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index a5bd3cf..cb59f54 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -81,9 +81,6 @@ bindsym $mod+e layout toggle split # toggle tiling / floating bindsym $mod+Shift+space floating toggle -# change focus between tiling / floating windows -bindsym $mod+space focus mode_toggle - # focus the parent container bindsym $mod+a focus parent @@ -140,6 +137,7 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% && pkill -RTMIN+10 i3blocks #increase sound volume bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% && pkill -RTMIN+10 i3blocks #decrease sound volume bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle && pkill -RTMIN+10 i3blocks # mute sound +bindsym XF86AudioMicMute exec --no-startup-id amixer set Capture toggle # mute Mic # Sreen brightness controls bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness -- cgit v1.2.3