xinitrc: really support sh

This commit is contained in:
Geoffrey Frogeye 2016-02-03 18:45:49 +01:00
parent 0fb2614d92
commit 920906f065
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
# Executed by startx (run your window manager from here)
#
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
[ -f ~/.Xresources ] && xrdb -merge -I$HOME ~/.Xresources
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
found=0
function tryDM {
tryDM() {
if [ $found -eq 0 ]; then
parameters=''
case $1 in