xinitrc Environment Variables
- Add SHELL environment variable - Add BROWSER environment variable - Add comments to better organize .xinitrc visually
This commit is contained in:
22
.xinitrc
22
.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
|
||||
#########################
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user