1
0
Fork 0

xautolock fix, and a better path to vdstatus

This commit is contained in:
Von Random 2016-10-23 02:33:58 +03:00
parent 4797500cd8
commit 964a9e5728

View file

@ -129,7 +129,7 @@ bindsym $mod+Control+r restart
# exit i3 (logs you out of your X session) # 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'" 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 # lock screen
bindsym $mod+z exec "/home/von/vscripts/lock-screen" bindsym $mod+z exec "xautolock -locknow"
# resize window (you can also use the mouse for that) # resize window (you can also use the mouse for that)
mode "resize" { mode "resize" {
@ -161,7 +161,7 @@ bindsym $mod+r mode "resize"
# finds out, if available) # finds out, if available)
bar { bar {
position top position top
status_command /home/von/.local/bin/i3_status status_command /home/von/vdstatus/vdstatus
} }
workspace_layout tabbed workspace_layout tabbed