diff options
author | Camil Staps | 2016-10-31 19:45:09 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:44 +0100 |
commit | e5be876f4b03c4b9ed979860e40d6c5ac607186f (patch) | |
tree | dfa6bcdb7cc63d740beb70e60031cce420df93af /i3.symlink/config | |
parent | Update iclean and grade aliases (diff) |
i3-nagbar for restarting i3; minimum display brightness on 1
Diffstat (limited to 'i3.symlink/config')
-rw-r--r-- | i3.symlink/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i3.symlink/config b/i3.symlink/config index 97bc535..bd184e6 100644 --- a/i3.symlink/config +++ b/i3.symlink/config @@ -36,7 +36,7 @@ bindsym XF86AudioLowerVolume exec amixer sset Master 1%- && kill -s 10 `pidof i3 bindsym $mod+F6 exec xbacklight -inc 5 -time 80 bindsym $mod+F5 exec xbacklight -dec 5 -time 80 bindsym $mod+Shift+F6 exec xbacklight -set 100 -time 80 -bindsym $mod+Shift+F5 exec xbacklight -set 5 -time 80 +bindsym $mod+Shift+F5 exec xbacklight -set 1 -time 80 # change focus bindsym $mod+j focus left @@ -96,8 +96,8 @@ bindsym $mod+Shift+0 move container to workspace 10 # reload; restart in-place; exit and log out bindsym $mod+Shift+C reload -bindsym $mod+Shift+R restart -bindsym $mod+Shift+E exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" +bindsym $mod+Shift+R exec "i3-nagbar -t warning -m 'You pressed the restart shortcut (Mod-Shift-R). Do you really want to restart i3?' -b 'Yes, restart i3' 'i3-msg restart'" +bindsym $mod+Shift+E exec "i3-nagbar -t warning -m 'You pressed the exit shortcut (Mod-Shift-E). Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" bindsym $mod+r mode "resize" mode "resize" { |