Ver código fonte

do not run xinitrc when login with ssh

pull/1/head
10sr 11 anos atrás
pai
commit
b4105df7f5
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      xinitrc

+ 1
- 0
xinitrc Ver arquivo

@@ -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


Carregando…
Cancelar
Salvar