mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update things
This commit is contained in:
parent
7c4ac23080
commit
862f4902ef
58 changed files with 65 additions and 680 deletions
11
user-config/xinitrc
Executable file
11
user-config/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