Update .xinitrc

This commit is contained in:
Vlad Doster 2020-03-27 10:10:35 -05:00 committed by GitHub
parent ed578149ee
commit 4571183d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@
# xinitrc runs automatically when you run startx. # xinitrc runs automatically when you run startx.
# There are some small but important commands that need to be run when we start # There are some small but important commands that need to be run when we start
# the graphical environment. I keep those commands in ~/.xprofile because that # the graphical environment. Those commands reside in ~/.xprofile because that
# file is run automatically if someone uses a display manager (login screen) # 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 # and so they are needed there. To prevent doubling up commands, I source them
# here with the line below. # here with the line below.