diff options
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 4 | ||||
-rw-r--r-- | zathura/.config/zathura/zathurarc | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index f0dd564..315cc92 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -33,9 +33,7 @@ control + alt + l | |||
33 | super + shift + f | 33 | super + shift + f |
34 | spacefm | 34 | spacefm |
35 | 35 | ||
36 | scrot | 36 | scrot -u |
37 | ctrl + Print | ||
38 | scrot | ||
39 | super + x | 37 | super + x |
40 | /home/fd0e/.local/bin/shut | 38 | /home/fd0e/.local/bin/shut |
41 | super + shift + p | 39 | super + shift + p |
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index 19fa38d..2e08e7a 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc | |||
@@ -7,6 +7,7 @@ set font "Hermit 8" # Use Hack as our font of choice | |||
7 | #set guioptions "v" # Show a "progress bar" when scrolling up/down | 7 | #set guioptions "v" # Show a "progress bar" when scrolling up/down |
8 | set adjust-open "width" # Make documents take up all the available space by default | 8 | set adjust-open "width" # Make documents take up all the available space by default |
9 | set statusbar-basename "true" # When using the status bar, show the basename only | 9 | set statusbar-basename "true" # When using the status bar, show the basename only |
10 | set selection-clipboard clipboard | ||
10 | 11 | ||
11 | set render-loading "false" # Do not show the "loading" text | 12 | set render-loading "false" # Do not show the "loading" text |
12 | set scroll-step "120" # Increase the scroll distance when using j/k | 13 | set scroll-step "120" # Increase the scroll distance when using j/k |