summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/dunst/dunstrc8
-rw-r--r--.config/env4
2 files changed, 6 insertions, 6 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 4fecd8b..9b0d0e8 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -1,10 +1,10 @@
[global]
monitor = 0
follow = none
- geometry = 800x500-40+40
- # width = 200
- # height = 500
- # origin = top-right
+ width = (200, 800)
+ height = 500
+ origin = top-center
+ offset = 0x50
indicate_hidden = yes
shrink = yes
transparency = 15
diff --git a/.config/env b/.config/env
index 09cdfb3..ef70134 100644
--- a/.config/env
+++ b/.config/env
@@ -28,7 +28,7 @@ export XDG_RUNTIME_DIR=/var/run/"$USER"
export EDITOR='editorcmd'
export VISUAL="${EDITOR}"
export PAGER='less'
-export MANPAGER='most'
+export MANPAGER='less'
export TERMINAL='alacritty'
export BROWSER='iridium'
export READER='zathura'
@@ -81,7 +81,7 @@ export CCACHE_LOGFILE='/var/log/ccache.log'
# Apps config
export BAT_THEME='gruvbox-dark'
-export BAT_PAGER='most'
+export BAT_PAGER='less'
export FZF_DEFAULT_COMMAND='fd -i -H -c never -j9 -E .git -E dotfiles-bsd -E .ccls-cache -E GIMP -E iridium -E google-chrome -E chromium -E elpa -E Gpredict -E .cache'
# export FZF_DEFAULT_COMMAND='rg --color never --files --hidden'
export FZF_DEFAULT_OPTS='--height 60% --layout=reverse --border=left --tabstop=4'