some adds
This commit is contained in:
parent
2447fa3129
commit
06fe22f09c
3 changed files with 21 additions and 23 deletions
10
.xinitrc
10
.xinitrc
|
|
@ -1,11 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
||||
for f in /etc/X11/xinit/xinitrc.d/*; do
|
||||
[ -x "$f" ] && . "$f"
|
||||
done
|
||||
unset f
|
||||
fi
|
||||
|
||||
exec $1
|
||||
# or just "exec awesome" or "xfce4-session"
|
||||
exec awesome
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue