mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +02:00
input: handle guybrush the same way as for zoro
This commit is contained in:
parent
1adb48052d
commit
b997e0be4d
1 changed files with 1 additions and 5 deletions
|
@ -16,14 +16,10 @@ xkb() {
|
||||||
printf "input-event: $use: [%3d] $event $name\n" $device
|
printf "input-event: $use: [%3d] $event $name\n" $device
|
||||||
|
|
||||||
case "$event,$use,$(uname -n),$name" in
|
case "$event,$use,$(uname -n),$name" in
|
||||||
XIDeviceDisabled,XISlaveKeyboard,zoro,"Topre Corporation Realforce 87")
|
|
||||||
# Getting undocked
|
|
||||||
undock
|
|
||||||
;;
|
|
||||||
XIDeviceDisabled,*)
|
XIDeviceDisabled,*)
|
||||||
:
|
:
|
||||||
;;
|
;;
|
||||||
*,XISlaveKeyboard,zoro,"Topre Corporation Realforce 87")
|
*,XISlaveKeyboard,*,"Topre Corporation Realforce 87")
|
||||||
# Are we getting docked?
|
# Are we getting docked?
|
||||||
sleep 2
|
sleep 2
|
||||||
dock
|
dock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue