mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
input: fix event-handling in input-event script
This commit is contained in:
parent
a8ece5c7db
commit
ea1e26d35d
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ xkb() {
|
||||||
}
|
}
|
||||||
|
|
||||||
case $event in
|
case $event in
|
||||||
XIDeviceDisabled,*) exit 0 ;;
|
XIDeviceDisabled) exit 0 ;;
|
||||||
XISlaveRemoved,*) exit 0 ;;
|
XISlaveRemoved) exit 0 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
printf "input-event: $use: [%3d] $event $name\n" $device
|
printf "input-event: $use: [%3d] $event $name\n" $device
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue