This commit is contained in:
Geoffrey Frogeye 2022-01-08 16:34:39 +01:00
parent 8ae5c00f53
commit 34346743e3
4 changed files with 25 additions and 9 deletions

View file

@ -33,7 +33,7 @@ alias la="ls -la"
alias s='sudo -s -E'
alias n='alacritty & disown'
alias x='startx $HOME/.config/xinitrc; logout'
alias nx='nvidia-xrun $HOME/.config/xinitrc; logout'
alias nx='nvidia-xrun $HOME/.config/xinitrc; sudo systemctl start nvidia-xrun-pm; 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