From d067d78eff9e4985bbcc9d7d53feb458cde31943 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 4 Sep 2017 12:41:34 +0200 Subject: i3: Add locker --- i3/.config/i3/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i3') 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) -- cgit 1.4.1