diff options
| author | Camil Staps | 2016-04-04 12:08:25 +0200 | 
|---|---|---|
| committer | Camil Staps | 2016-11-30 19:11:08 +0100 | 
| commit | 35ee43e7ad051522254d39eaa57d81a3419a57cb (patch) | |
| tree | 4185c42a8b569940babb1e5cbb6684d2d79ae3e5 | |
| parent | Vertical passmenu (diff) | |
Autolock time increased
| -rw-r--r-- | i3.symlink/config | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/i3.symlink/config b/i3.symlink/config index d5a0253..462a82f 100644 --- a/i3.symlink/config +++ b/i3.symlink/config @@ -8,7 +8,7 @@ focus_follows_mouse no  exec xmobar -d  # Autolock -exec xautolock -time 3 -locker 'i3lock -d' +exec xautolock -time 10 -locker 'i3lock -d'  bindsym $mod+Control+Shift+l exec xautolock -locknow  # Menus | 
