Adapt keybinding to new sway config checker
This commit is contained in:
parent
f283ca1b48
commit
85b752815d
4 changed files with 11 additions and 38 deletions
|
@ -1,10 +1,3 @@
|
|||
# Keys variables
|
||||
{% if sway_keys_variables %}
|
||||
{% for v in sway_keys_variables %}
|
||||
set {{ v.name }} {{ v.value}}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
# Dynamic workspace keybindings
|
||||
{% for k,v in sway_workspaces.items() %}
|
||||
bindsym $mod+{{ k }} workspace $ws{{ k }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue