summaryrefslogtreecommitdiff
path: root/.xinitrc
blob: 4556fcf9acb3740ca94625ea7622c7a57b725c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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

[[ -x ~/.scripts/disable_touchpad.sh ]] && ~/.scripts/disable_touchpad.sh

#chooser="/etc/X11/chooser.sh"
#session=$(XSESSION="${1}" ${chooser})
#exec ${session:-$(${chooser})}

exec $(XSESSION="${2:-${XSESSION}}" /etc/X11/chooser.sh)