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:
parent
5eb3d3cd64
commit
eda12fa49e
2 changed files with 2 additions and 2 deletions
|
@ -26,5 +26,5 @@ i3:
|
|||
font_size: 9
|
||||
focus_follows_mouse: true
|
||||
|
||||
i3lock_options: "--color 5eba5e"
|
||||
i3lock_options: "i3lock --color 5eba5e"
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue