From 964a9e5728148358bf6428c1370125ff090ac08f Mon Sep 17 00:00:00 2001 From: Von Random Date: Sun, 23 Oct 2016 02:33:58 +0300 Subject: [PATCH] xautolock fix, and a better path to vdstatus --- i3_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3_config b/i3_config index fc4f49e..630a9bc 100644 --- a/i3_config +++ b/i3_config @@ -129,7 +129,7 @@ bindsym $mod+Control+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 "/home/von/vscripts/lock-screen" +bindsym $mod+z exec "xautolock -locknow" # resize window (you can also use the mouse for that) mode "resize" { @@ -161,7 +161,7 @@ bindsym $mod+r mode "resize" # finds out, if available) bar { position top - status_command /home/von/.local/bin/i3_status + status_command /home/von/vdstatus/vdstatus } workspace_layout tabbed