mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Merge branch 'patch-1' of https://github.com/ssnailed/voidrice into ssnailed-patch-1
This commit is contained in:
commit
505d86c848
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Rerun the remaps script whenever a new input device is added.
|
# Rerun the remaps script whenever a new input device is added.
|
||||||
|
|
||||||
trap "rm -f /tmp/udev_pipe" HUP INT QUIT ILL TRAP BUS TERM
|
trap "rm -f /tmp/udev_pipe; exit" HUP INT QUIT ILL TRAP BUS TERM
|
||||||
mkfifo -m 600 /tmp/udev_pipe
|
mkfifo -m 600 /tmp/udev_pipe
|
||||||
udevadm monitor -u -t seat -s input -s usb >>/tmp/udev_pipe &
|
udevadm monitor -u -t seat -s input -s usb >>/tmp/udev_pipe &
|
||||||
while :; do
|
while :; do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user