1
0
Fork 0

a few tweaks to i3 config

This commit is contained in:
Von Random 2014-11-20 19:54:37 +03:00
parent 6d18ec1cab
commit 299ade93ee

View file

@ -119,6 +119,8 @@ bindsym $mod+Shift+c reload
bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session)
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'"
# lock screen
bindsym $mod+z exec "bash -c 'until slock; do :; done'"
# resize window (you can also use the mouse for that)
mode "resize" {
@ -149,6 +151,7 @@ bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
position top
status_command i3status
}