aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zprofile5
1 files changed, 3 insertions, 2 deletions
diff --git a/.zprofile b/.zprofile
index d74eb21..09daa68 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,7 +1,7 @@
export EDITOR="nvim"
export VISUAL="emacs"
export TERMINAL="st"
-export BROWSER="firefox"
+export BROWSER="librewolf"
export READER="zathura"
export COLORTERM="truecolor"
export PAGER="bat"
@@ -11,7 +11,8 @@ export QT_QPA_PLATFORMTHEME=gtk2
export ZDOTDIR="$HOME/.config/zsh"
if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then
- /zt/Programs/startpage-server &
+ /zt/.path/startpage-server &
startx
fi
+[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap