diff --git a/.xinitrc b/.xinitrc index 0cc598c..c6049db 100755 --- a/.xinitrc +++ b/.xinitrc @@ -1,8 +1,14 @@ -########### -# EXPORTS # -########### -export TERM=xterm-256color # Sets the terminal type -export EDITOR="code -w" # $EDITOR use vscode in terminal -export XDG_CONFIG_HOME=$HOME/.config # Set Config directory -export QT_QPA_PLATFORMTHEME=gtk2 # QGtkStyle -exec dwm \ No newline at end of file +######################### +# ENVIRONMENT VARIABLES # +######################### +export TERM=xterm-256color # Sets the terminal type +export SHELL=/usr/bin/fish # Preferred shell +export EDITOR="code -w" # Default editor +export BROWSER=brave # Web Browser +export XDG_CONFIG_HOME=$HOME/.config # Set Config directory +export QT_QPA_PLATFORMTHEME=gtk2 # QGtkStyle + +################## +# WINDOW MANAGER # +################## +exec dwm