diff options
author | Alan Pearce | 2017-09-04 12:41:34 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-04 12:41:34 +0200 |
commit | d067d78eff9e4985bbcc9d7d53feb458cde31943 (patch) | |
tree | ee12ac74a1c58c659010643cf20f92b87e63da04 /i3 | |
parent | 02df707aeb33315f94afd3e9c714e2f7ceed35c0 (diff) | |
download | dotfiles-d067d78eff9e4985bbcc9d7d53feb458cde31943.tar.lz dotfiles-d067d78eff9e4985bbcc9d7d53feb458cde31943.tar.zst dotfiles-d067d78eff9e4985bbcc9d7d53feb458cde31943.zip |
i3: Add locker
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 2 |
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) |