diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-08-04 10:13:28 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-08-04 10:13:28 -0400 |
| commit | ae185dc3b18d470c664bc80b10ae797ec42786a8 (patch) | |
| tree | e434ff9aa4e9be14a4d64a393cf5d47d005611dd /.config | |
| parent | 20a03e90626f299218c497b9f407a779c8a6220c (diff) | |
| parent | 4589bb0a8b04473ccc0c027c0ba835acdf289689 (diff) | |
| download | eibhear-ae185dc3b18d470c664bc80b10ae797ec42786a8.tar.gz eibhear-ae185dc3b18d470c664bc80b10ae797ec42786a8.tar.zst eibhear-ae185dc3b18d470c664bc80b10ae797ec42786a8.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice into master
Diffstat (limited to '.config')
| -rw-r--r-- | .config/directories | 4 | ||||
| -rw-r--r-- | .config/zathura/zathurarc | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.config/directories b/.config/directories index 7f55c5c..b3807cd 100644 --- a/.config/directories +++ b/.config/directories @@ -3,9 +3,11 @@ cac ${XDG_CACHE_HOME:-$HOME/.cache} cf ${XDG_CONFIG_HOME:-$HOME/.config} D ${XDG_DOWNLOAD_DIR:-$HOME/Downloads} d ${XDG_DOCUMENTS_DIR:-$HOME/Documents} +dt ${XDG_DATA_HOME:-$HOME/.local/share} h $HOME m ${XDG_MUSIC_DIR:-$HOME/Music} mn /mnt pp ${XDG_PICTURES_DIR:-$HOME/Pictures} -sc ~/.local/bin +sc $HOME/.local/bin +src $HOME/.local/src vv ${XDG_VIDEOS_DIR:-$HOME/Videos} diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 9fa50ca..dc45337 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,6 +1,7 @@ set statusbar-h-padding 0 set statusbar-v-padding 0 set page-padding 1 +set selection-clipboard clipboard map u scroll half-up map d scroll half-down map D toggle_page_mode |
