mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 02:38:33 +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
|
case "$event,$use,$(uname -n),$name" in
|
||||||
*,XISlaveKeyboard,*,"Topre Corporation Realforce 87")
|
*,XISlaveKeyboard,*,"Topre Corporation Realforce 87")
|
||||||
xkb default
|
xkb default
|
||||||
|
for i in $(seq 1 3); do
|
||||||
sleep 1
|
sleep 1
|
||||||
autorandr --load blade || sleep 1
|
autorandr --load blade && break
|
||||||
autorandr --load blade
|
done
|
||||||
;;
|
;;
|
||||||
*,XISlaveKeyboard,zoro,"AT Translated Set 2 keyboard")
|
*,XISlaveKeyboard,zoro,"AT Translated Set 2 keyboard")
|
||||||
xkb x1
|
xkb x1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue