1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-08-16 10:09:53 +02:00

Update lock

This commit is contained in:
L3D 2018-11-18 00:48:16 +01:00
parent 5eb3d3cd64
commit eda12fa49e
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 2 additions and 2 deletions

View file

@ -26,5 +26,5 @@ i3:
font_size: 9
focus_follows_mouse: true
i3lock_options: "--color 5eba5e"
i3lock_options: "i3lock --color 5eba5e"

View file

@ -83,7 +83,7 @@ bindsym $mod+Shift+r restart
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
# Custom Bindings
bindsym $mod+Shift+x exec i3lock {{ i3lock_options }}
bindsym $mod+Shift+x exec {{ i3lock_options }}
# workspace variables
{% for workspace in i3_workspaces %}