feat: add feh
This commit is contained in:
parent
419c510905
commit
8ebb841679
17
roles/xmonad/files/feh_keys
Normal file
17
roles/xmonad/files/feh_keys
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
toggle_keep_vp
|
||||||
|
toggle_pause
|
||||||
|
toggle_fixed_geometry
|
||||||
|
save_filelist
|
||||||
|
render
|
||||||
|
|
||||||
|
next_img L
|
||||||
|
prev_img H
|
||||||
|
jump_last G
|
||||||
|
jump_first g
|
||||||
|
zoom_in K
|
||||||
|
zoom_out J
|
||||||
|
scroll_up k Up
|
||||||
|
scroll_down j Down
|
||||||
|
scroll_left h Left
|
||||||
|
scroll_right l Right
|
||||||
|
orient_1 R
|
@ -77,6 +77,7 @@
|
|||||||
- ~/.config/nsxiv
|
- ~/.config/nsxiv
|
||||||
- ~/.config/nsxiv/exec
|
- ~/.config/nsxiv/exec
|
||||||
- ~/.config/zathura
|
- ~/.config/zathura
|
||||||
|
- ~/.config/feh
|
||||||
tags: [pc, setup]
|
tags: [pc, setup]
|
||||||
|
|
||||||
- name: Copy over cmus config
|
- name: Copy over cmus config
|
||||||
@ -121,6 +122,7 @@
|
|||||||
- { src: dircolours, dest: dircolours }
|
- { src: dircolours, dest: dircolours }
|
||||||
- { src: redshiftrc, dest: redshift/redshiftrc }
|
- { src: redshiftrc, dest: redshift/redshiftrc }
|
||||||
- { src: zathurarc, dest: zathura/zathurarc }
|
- { src: zathurarc, dest: zathura/zathurarc }
|
||||||
|
- { src: feh_keys, dest: feh/keys }
|
||||||
|
|
||||||
- name: Copy over nsixv key handler script
|
- name: Copy over nsixv key handler script
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
Loading…
Reference in New Issue
Block a user