diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/aura/config.toml | 29 | ||||
-rw-r--r-- | .config/zathura/zathurarc | 2 |
2 files changed, 30 insertions, 1 deletions
diff --git a/.config/aura/config.toml b/.config/aura/config.toml new file mode 100644 index 0000000..66d3581 --- /dev/null +++ b/.config/aura/config.toml @@ -0,0 +1,29 @@ +[general] +cpus = 12 +editor = "nvim" +doas = true +language = "en-US" +noconfirm = false + +[aur] +build = "/home/aktersnurra/.cache/aura/builds" +cache = "/home/aktersnurra/.cache/aura/cache" +clones = "/home/aktersnurra/.cache/aura/packages" +hashes = "/home/aktersnurra/.cache/aura/hashes" +chroot = [] +ignores = [] +git = false +hotedit = false +shellcheck = false +diff = false +delmakedeps = false +clean = false +warn_unknowns = true +nocheck = false +skipdepcheck = false +reverse = false + +[backups] +snapshots = "/home/aktersnurra/.cache/aura/snapshots" +automatic = true + diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 75ca8af..299c4f9 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,4 +1,3 @@ -set sandbox none set statusbar-h-padding 0 set statusbar-v-padding 0 set page-padding 1 @@ -13,6 +12,7 @@ map J zoom out map i recolor map p print map g goto top +set database sqlite set notification-error-bg "#151515" # bg set notification-error-fg "#b46958" # bright:red |