More modifications

This commit is contained in:
Geoffrey Frogeye 2020-01-06 16:23:50 +01:00
parent 73cbcbb3f5
commit 2b2680069f
8 changed files with 13 additions and 12 deletions

View file

@ -32,8 +32,8 @@ alias ll="ls -l"
alias la="ls -la"
alias s='sudo -s -E'
alias n='urxvtc &'
alias x='startx; logout'
alias nx='nvidia-xrun; logout'
alias x='startx $HOME/.config/xinitrc; logout'
alias nx='nvidia-xrun $HOME/.config/xinitrc; logout'
# For programs that think $HOME is a reasonable place to put their junk
# and don't allow the user to change those questionable choices