mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-23 21:21:03 +01:00
Although removing these dotfiles gave the repository a clean feeling, it made it significantly harder to resume using a certain window manager or other tool at any time. Instead of removing dotfiles entirely, it's enough to simply not install the programs you don't want to use, or even install them but not open them.
16 lines
711 B
Plaintext
16 lines
711 B
Plaintext
# New Start: A modern Arch workflow built with an emphasis on functionality.
|
|
# Copyright (C) 2017-2022 Donovan Glover
|
|
|
|
# Use the color scheme generated by wal (Use <C-r> to colorize the current document)
|
|
include "../../.cache/wal/zathura"
|
|
|
|
set font "Hack 12" # Use Hack as our font of choice
|
|
set guioptions "v" # Show a "progress bar" when scrolling up/down
|
|
set adjust-open "width" # Make documents take up all the available space by default
|
|
set statusbar-basename "true" # When using the status bar, show the basename only
|
|
|
|
set render-loading "false" # Do not show the "loading" text
|
|
set scroll-step "120" # Increase the scroll distance when using j/k
|
|
|
|
# vim:ft=conf
|