mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Update .xinitrc
This commit is contained in:
parent
dd6f963115
commit
07360364e7
11
.xinitrc
11
.xinitrc
@ -4,15 +4,12 @@
|
||||
|
||||
# There are some small but important commands that need to be run when we start
|
||||
# the graphical environment. Those commands reside in ~/.xprofile because that
|
||||
# file runs automatically if someone uses a display manager (login screen)
|
||||
# and so they are needed there. To prevent doubling up commands, I source them
|
||||
# here with the line below.
|
||||
# file runs automatically.
|
||||
|
||||
[ -f ~/.xprofile ] && . ~/.xprofile
|
||||
# [ -f ~/.profile ] && . ~/.profile
|
||||
|
||||
[ -f ~/.profile ] && . ~/.profile
|
||||
|
||||
# if problems occur, log to file for debugging:
|
||||
#exec i3 -V >> ~/i3log-$(date +'%F-%k-%M-%S') 2>&1
|
||||
# Log to file in $HOME for debugging:
|
||||
#exec i3 -V >> $HOME/i3log-$(date +'%F-%k-%M-%S') 2>&1
|
||||
# else:
|
||||
exec i3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user