- 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
20 lines
532 B
Plaintext
Executable File
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
|