diff options
author | Raúl Benencia <raul@thousandeyes.com> | 2019-09-16 14:17:39 -0300 |
---|---|---|
committer | Raúl Benencia <raul@thousandeyes.com> | 2019-09-16 14:17:39 -0300 |
commit | 947a3cb1917304b6f08c2f4e95b5db2ebcfe0fc1 (patch) | |
tree | 57ec45ec4a3f16ef3ab93e046dab8dd3b054b946 /.config/i3 | |
parent | 5eb591f7d00e1147a9a3ff9c8af611b62659ffcc (diff) |
mute in i3
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 4 |
1 files changed, 1 insertions, 3 deletions
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 |