summary refs log tree commit diff stats
path: root/i3
diff options
context:
space:
mode:
Diffstat (limited to 'i3')
-rw-r--r--i3/.config/i3/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index bc7f1ae..d245950 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -47,6 +47,7 @@ set_from_resource $base0D i3wm.color0D #7cafc2
 set_from_resource $base0E i3wm.color0E #96609e
 set_from_resource $base0F i3wm.color0F #a16946
 
+set $Locker i3lock-color
 
 # Font for window titles. Will also be used by the bar unless a different font
 # is used in the bar {} block below.
@@ -154,6 +155,7 @@ bindsym $mod+Shift+8 move container to workspace 8
 bindsym $mod+Shift+9 move container to workspace 9
 bindsym $mod+Shift+0 move container to workspace 10
 
+bindsym $mod+l exec $Locker
 # reload the configuration file
 bindsym $mod+Shift+c reload
 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)