add stickykeys

This commit is contained in:
Anas Elgarhy 2022-04-23 07:34:27 +02:00
parent 7edfe04611
commit a2d8964dc4
1 changed files with 8 additions and 0 deletions

8
.xserverrc Normal file
View 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