clean up some xinit stuff
This commit is contained in:
parent
904ffbb55b
commit
7aa8ff26f5
|
@ -13,4 +13,5 @@ if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile" ]; then
|
|||
else
|
||||
. "$HOME/.xprofile"
|
||||
fi
|
||||
dwm
|
||||
|
||||
exec dwm
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec /usr/bin/Xorg -nolisten tcp "$@" vt$XDG_VTNR
|
Loading…
Reference in New Issue