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:
parent
ab5078ed7e
commit
5eb3d3cd64
2 changed files with 4 additions and 1 deletions
|
@ -25,3 +25,6 @@ i3_applications: []
|
||||||
i3:
|
i3:
|
||||||
font_size: 9
|
font_size: 9
|
||||||
focus_follows_mouse: true
|
focus_follows_mouse: true
|
||||||
|
|
||||||
|
i3lock_options: "--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'"
|
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
|
# Custom Bindings
|
||||||
bindsym $mod+Shift+x exec i3lock
|
bindsym $mod+Shift+x exec i3lock {{ i3lock_options }}
|
||||||
|
|
||||||
# workspace variables
|
# workspace variables
|
||||||
{% for workspace in i3_workspaces %}
|
{% for workspace in i3_workspaces %}
|
||||||
|
|
Loading…
Reference in a new issue