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 #
|
# ENVIRONMENT VARIABLES #
|
||||||
###########
|
#########################
|
||||||
export TERM=xterm-256color # Sets the terminal type
|
export TERM=xterm-256color # Sets the terminal type
|
||||||
export EDITOR="code -w" # $EDITOR use vscode in terminal
|
export SHELL=/usr/bin/fish # Preferred shell
|
||||||
export XDG_CONFIG_HOME=$HOME/.config # Set Config directory
|
export EDITOR="code -w" # Default editor
|
||||||
export QT_QPA_PLATFORMTHEME=gtk2 # QGtkStyle
|
export BROWSER=brave # Web Browser
|
||||||
exec dwm
|
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