Compare commits
2 Commits
7ddf3da777
...
8ebb841679
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8ebb841679 | ||
![]() |
419c510905 |
@ -1,5 +1,5 @@
|
|||||||
[user]
|
[user]
|
||||||
email = maxhohlfeld@it-factum.de
|
email = max.hohlfeld@it-factum.de
|
||||||
name = Max Hohlfeld
|
name = Max Hohlfeld
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
@ -15,3 +15,10 @@ customCommands:
|
|||||||
context: "localBranches"
|
context: "localBranches"
|
||||||
loadingText: "Pruning..."
|
loadingText: "Pruning..."
|
||||||
description: "prune local branches that have been merged to develop"
|
description: "prune local branches that have been merged to develop"
|
||||||
|
|
||||||
|
keybinding:
|
||||||
|
universal:
|
||||||
|
scrollLeft: '['
|
||||||
|
scrollRight: ']'
|
||||||
|
nextTab: 'L'
|
||||||
|
prevTab: 'H'
|
||||||
|
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