Adapt keybinding to new sway config checker

This commit is contained in:
Yorick Barbanneau 2022-11-30 09:57:24 +01:00
parent f283ca1b48
commit 85b752815d
4 changed files with 11 additions and 38 deletions

View file

@ -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 }}