Browse Source

return xinitrc when invalid situation

pull/1/head
10sr 12 years ago
parent
commit
0027bcddb5
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      xinitrc

+ 3
- 0
xinitrc View File

@@ -1,3 +1,6 @@
test -n "$DISPLAY" || return
test -z "$ROXTERM_PID" || return

test "`hostname`" == "arch-aspireone" &&
setxkbmap -model "acer_laptop" -layout "jp" # this line must comes first



Loading…
Cancel
Save