Compare commits
2 commits
2830827291
...
2d3971a744
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d3971a744 | |||
| f03fe525c7 |
2 changed files with 24 additions and 12 deletions
12
playbook.yml
12
playbook.yml
|
|
@ -15,15 +15,27 @@
|
|||
- common
|
||||
tasks:
|
||||
- import_tasks: 'tasks/setup.yml'
|
||||
|
||||
- import_tasks: 'tasks/setup-desktop.yml'
|
||||
when: platform == 'desktop'
|
||||
tags: laptop
|
||||
|
||||
- import_tasks: 'tasks/setup-laptop.yml'
|
||||
when: platform == 'laptop'
|
||||
tags: laptop
|
||||
|
||||
- import_tasks: 'tasks/network.yml'
|
||||
- import_tasks: 'tasks/systemd.yml'
|
||||
|
||||
- import_tasks: 'tasks/git.yml'
|
||||
tags: git
|
||||
|
||||
- import_tasks: 'tasks/mpv.yml'
|
||||
tags: mpv
|
||||
|
||||
- import_tasks: 'tasks/mpd.yml'
|
||||
tags: mpd
|
||||
|
||||
- import_tasks: 'tasks/syncthing.yml'
|
||||
- import_tasks: 'tasks/timer.yml'
|
||||
handlers:
|
||||
|
|
|
|||
|
|
@ -142,6 +142,18 @@ def_key "/"
|
|||
def_key "q"
|
||||
quit
|
||||
|
||||
def_key "v"
|
||||
select_range
|
||||
|
||||
def_key "c"
|
||||
remove_selection
|
||||
|
||||
def_key "C"
|
||||
clear_playlist
|
||||
|
||||
def_key "/"
|
||||
find
|
||||
|
||||
|
||||
# default dummy bindings
|
||||
def_key "mouse"
|
||||
|
|
@ -282,21 +294,9 @@ def_key "g"
|
|||
def_key "ctrl-v"
|
||||
dummy
|
||||
|
||||
def_key "v"
|
||||
dummy
|
||||
|
||||
def_key "V"
|
||||
dummy
|
||||
|
||||
def_key "B"
|
||||
dummy
|
||||
|
||||
def_key "c"
|
||||
clear_playlist
|
||||
|
||||
def_key "C"
|
||||
dummy
|
||||
|
||||
def_key "m"
|
||||
dummy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue