First commit
This commit is contained in:
commit
c8f2b3ef39
14 changed files with 372 additions and 0 deletions
14
group_vars/all/variables.yml
Normal file
14
group_vars/all/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: 'exec $term --app-id=launcher --title=launcher ~/.local/bin/launcher.sh'
|
Loading…
Add table
Add a link
Reference in a new issue