mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Add xinitrc
This commit is contained in:
parent
fdfbcb850a
commit
dbff323624
1 changed files with 11 additions and 0 deletions
11
xinitrc
Executable file
11
xinitrc
Executable file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# It's the configuration file for xorg-xinit (startx)
|
||||||
|
|
||||||
|
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
||||||
|
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
|
||||||
|
[ -x "$f" ] && . "$f"
|
||||||
|
done
|
||||||
|
unset f
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Execute i3wm
|
||||||
|
exec i3
|
||||||
Loading…
Add table
Add a link
Reference in a new issue