blob: de946f8886803b6446a38d94847ff18cb3722a70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/bin/execlineb -P
envfile /etc/s6-rc/config/evdoublebind.conf
importas -iu KEYBOARD KEYBOARD
importas -iu MAPPING MAPPING
redirfd -w 1 /dev/null
redirfd -w 2 /dev/null
exec evdoublebind ${KEYBOARD} ${MAPPING}
|