mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
input-event: make 3 tries to setup blade profile
This commit is contained in:
parent
ce9021003f
commit
590a3b6662
1 changed files with 4 additions and 3 deletions
|
@ -24,9 +24,10 @@ set +x
|
|||
case "$event,$use,$(uname -n),$name" in
|
||||
*,XISlaveKeyboard,*,"Topre Corporation Realforce 87")
|
||||
xkb default
|
||||
sleep 1
|
||||
autorandr --load blade || sleep 1
|
||||
autorandr --load blade
|
||||
for i in $(seq 1 3); do
|
||||
sleep 1
|
||||
autorandr --load blade && break
|
||||
done
|
||||
;;
|
||||
*,XISlaveKeyboard,zoro,"AT Translated Set 2 keyboard")
|
||||
xkb x1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue