Files
dotfiles/.xinitrc
Sravan Balaji f09edc6c2e Update Themes
- Add matplotlib dracula theme
- Add steam dracula theme as submodule
- Update Dracula gtk/kvantum theme
- Change QT_QPA_PLATFORMTHEME to qt5ct in xinitrc
- Add Xournal++ dracula theme
2021-01-28 12:19:42 -05:00

20 lines
532 B
Plaintext
Executable 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=qt5ct # QGtkStyle
###########
# STARTUP #
###########
xrdb ~/.Xresources
##################
# WINDOW MANAGER #
##################
exec dwm