fix: xprofile does not exist, use .xprofile
This commit is contained in:
2
.xinitrc
2
.xinitrc
@@ -18,7 +18,7 @@ numlockx on # ensure numlock is on before setting keymap
|
||||
|
||||
setxkbmap us -variant altgr-intl -option '' # load the correct keymap which actually has 3rd level shift
|
||||
[[ -f "/etc/xprofile" ]] && source "/etc/xprofile" # load the system-wide xprofile
|
||||
[[ -f "$HOME/.xprofile" ]] && source "$HOME/xprofile" # load the local xprofile configuration
|
||||
[[ -f "$HOME/.xprofile" ]] && source "$HOME/.xprofile" # load the local xprofile configuration
|
||||
[[ -f "$HOME/.Xmodmap" ]] && xmodmap "$HOME/.Xmodmap" # load local keymap
|
||||
|
||||
[[ -x /usr/bin/picom ]] && /usr/bin/picom -b # start picom as a background service
|
||||
|
||||
Reference in New Issue
Block a user