Add variables templates
This commit is contained in:
parent
50c485a8cf
commit
4cc219cec0
4 changed files with 27 additions and 0 deletions
14
defaults/main/variables.yml
Normal file
14
defaults/main/variables.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
sway_variables:
|
||||
- name: '$left'
|
||||
value: 'h'
|
||||
- name: '$down'
|
||||
value: 'j'
|
||||
- name: '$up'
|
||||
value: 'k'
|
||||
- name: '$right'
|
||||
value: 'l'
|
||||
- name: '$term'
|
||||
value: 'foot'
|
||||
- name: '$menu'
|
||||
value: 'dmenu_path | dmenu | xargs swaymsg exec --'
|
Loading…
Add table
Add a link
Reference in a new issue