add stickykeys
This commit is contained in:
parent
7edfe04611
commit
a2d8964dc4
1 changed files with 8 additions and 0 deletions
8
.xserverrc
Normal file
8
.xserverrc
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
# exec /usr/bin/X -nolisten tcp "$@"
|
||||
|
||||
if [ -z "$XDG_VTNR" ]; then
|
||||
exec /usr/bin/X -nolisten tcp "$@" +accessx 0 0x1e 0 0xcef
|
||||
else
|
||||
exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR +accessx 0 0x1e 0 0xcef
|
||||
fi
|
Loading…
Reference in a new issue