From f404220f650d67287dcaeeff2d25ebda7618d040 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 15 Dec 2017 21:31:32 -0600 Subject: [PATCH] i3: Disable defunct hotkeys --- .config/i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index a0a8c8e0..1b9470b4 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -107,7 +107,7 @@ set $w8 8 set $w9 9 set $w10 10 -bindsym $mod+n exec "i3-msg rename workspace to $(rofi -dmenu -p 'Rename workspace: ' -l 1)" +#bindsym $mod+n exec "i3-msg rename workspace to $(rofi -dmenu -p 'Rename workspace: ' -l 1)" bindsym $mod+p exec --no-startup-id "~/.bin/mpv-xwinwrap" bindsym $mod+$shift+p exec --no-startup-id "pkill xwinwrap" @@ -139,8 +139,8 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #d bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound # Brightness controls -bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness -bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness +#bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness +#bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness # change focus bindsym $mod+h focus left