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

Improve lock

This commit is contained in:
L3D 2018-11-17 23:55:54 +01:00
parent ab5078ed7e
commit 5eb3d3cd64
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 4 additions and 1 deletions

View file

@ -25,3 +25,6 @@ i3_applications: []
i3:
font_size: 9
focus_follows_mouse: true
i3lock_options: "--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
bindsym $mod+Shift+x exec i3lock {{ i3lock_options }}
# workspace variables
{% for workspace in i3_workspaces %}