From 94f70c4c2ed3d65c9f07c4976fa7123a773b98f7 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 25 Jun 2015 11:39:24 -0400 Subject: Add i3lock configuration to lock screen manually or after inactivity. --- i3/config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'i3') diff --git a/i3/config b/i3/config index 20506c6..61290fb 100644 --- a/i3/config +++ b/i3/config @@ -19,6 +19,8 @@ floating_modifier Mod4 # start a terminal bindsym Mod4+Return exec urxvt +bindsym Pause exec i3lock + # kill focused window bindsym Mod4+Shift+q kill @@ -164,3 +166,4 @@ bar { exec xrdb -merge $HOME/.Xresources exec setxkbmap us -variant dvorak -option compose:ralt -option caps:ctrl_modifier exec google-chrome & +exec xautolock -time 10 -locker 'i3lock' & -- cgit v1.2.3