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