diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 0b2d4a7..da9148f 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -9,13 +9,6 @@ set fish_greeting "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>" # Fish Greeti ############# set -U fish_user_paths $fish_user_paths $HOME/.local/bin/ -########### -# 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 - ########### # ALIASES # ########### diff --git a/.xinitrc b/.xinitrc new file mode 100755 index 0000000..0cc598c --- /dev/null +++ b/.xinitrc @@ -0,0 +1,8 @@ +########### +# 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