mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 10:18:34 +02:00
input: fix configuration between guybrush/chocobo
This commit is contained in:
parent
f4f7a1c617
commit
ae73f4c60f
1 changed files with 2 additions and 2 deletions
|
@ -22,14 +22,14 @@ printf "input-event: $use: [%3d] $event $name\n" $device
|
||||||
|
|
||||||
set +x
|
set +x
|
||||||
case "$event,$use,$(uname -n),$name" in
|
case "$event,$use,$(uname -n),$name" in
|
||||||
*,XISlaveKeyboard,*,"Topre Corporation Realforce 87")
|
*,XISlaveKeyboard,guybrush,"Topre Corporation Realforce 87")
|
||||||
xkb default
|
xkb default
|
||||||
for i in $(seq 1 3); do
|
for i in $(seq 1 3); do
|
||||||
sleep 1
|
sleep 1
|
||||||
autorandr --load blade && break
|
autorandr --load blade && break
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
*,XISlaveKeyboard,zoro,"AT Translated Set 2 keyboard")
|
*,XISlaveKeyboard,chocobo,"AT Translated Set 2 keyboard")
|
||||||
xkb x1gen2
|
xkb x1gen2
|
||||||
;;
|
;;
|
||||||
*,XISlaveKeyboard,*,"ThinkPad Extra Buttons")
|
*,XISlaveKeyboard,*,"ThinkPad Extra Buttons")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue