mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-23 12:24:38 +02:00
input-event: sleep a bit before trying to switch to Blade profile
DP training can take some time.
This commit is contained in:
parent
ec3a31d9d6
commit
ce9021003f
1 changed files with 2 additions and 1 deletions
|
@ -23,9 +23,10 @@ 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,*,"Topre Corporation Realforce 87")
|
||||||
|
xkb default
|
||||||
|
sleep 1
|
||||||
autorandr --load blade || sleep 1
|
autorandr --load blade || sleep 1
|
||||||
autorandr --load blade
|
autorandr --load blade
|
||||||
xkb default
|
|
||||||
;;
|
;;
|
||||||
*,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