mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Use sx instead of startx
This commit is contained in:
parent
67163eb8a6
commit
e062dd6f3a
1 changed files with 2 additions and 2 deletions
4
.bashrc
4
.bashrc
|
|
@ -127,7 +127,7 @@ alias ytmp4="youtube-dl --output '~/Videos/Downloaded/%(title)s.%(ext)s' -f 'mp4
|
|||
alias pcheck='stat -c "%A %a %n"'
|
||||
|
||||
#Journalctl logs
|
||||
alias jlogs='journalctl -r -b -p 3..1'
|
||||
alias jlogs='journalctl -b -p 4..1'
|
||||
|
||||
# Version for Git packages in AUR
|
||||
alias gitver='echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)'
|
||||
|
|
@ -156,5 +156,5 @@ export VISUAL="nvim"
|
|||
|
||||
#Autostart X at login
|
||||
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||
exec startx
|
||||
exec sx
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue