Browse Source

do not run xinitrc when login with ssh

pull/1/head
10sr 11 years ago
parent
commit
b4105df7f5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      xinitrc

+ 1
- 0
xinitrc View File

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

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


Loading…
Cancel
Save