blob: f9284324c82594d8ea9ccb7f7e3fc8e6f80e0149 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# this is HIGHLY TEMPORARELY - until I set this global
xset r on
xset r rate 250 50
# Xdefault is splitted so load the splitted files at startup
[[ -x ~/.scripts/set_xressources.sh ]] && ~/.scripts/set_xressources.sh
#chooser="/etc/X11/chooser.sh"
#session=$(XSESSION="${1}" ${chooser})
#exec ${session:-$(${chooser})}
exec $(XSESSION="${2:-${XSESSION}}" /etc/X11/chooser.sh)
|