Switch PAGER to less and add swaynag config.

This commit is contained in:
the_4n0nym0u53 2021-12-25 18:08:54 +01:00
parent 4a70ca8c2f
commit a5873a8095
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
3 changed files with 17 additions and 1 deletions

View File

@ -14,6 +14,7 @@ stow -d $DOTDIR -t $HOME alacritty \
scripts \
sway \
swaylock \
swaynag \
waybar \
zsh

View File

@ -0,0 +1,15 @@
[warning]
background=b58900bf
border-bottom=b58900bf
border=b58900
button-background=b58900
button-text=eee8d5
text=eee8d5
[error]
background=dc322fbf
border-bottom=dc322fbf
border=dc322f
button-background=dc322f
button-text=eee8d5
text=eee8d5

View File

@ -5,7 +5,7 @@ export PATH="$PATH:$HOME/bin:$HOME/.local/bin"
# Essentials
export LANG="en_DK.UTF-8"
export EDITOR="nvim"
export PAGER="more"
export PAGER="less"
# Secret variables
[[ -f $ZDOTDIR/.env ]] && source $ZDOTDIR/.env