mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 06:44:21 +02:00
input-event: sleep a bit if we are not able to load blade profile
This commit is contained in:
parent
986a795613
commit
003c91e1db
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ printf "input-event: $use: [%3d] $event $name\n" $device
|
|||
set +x
|
||||
case "$event,$use,$(uname -n),$name" in
|
||||
*,XISlaveKeyboard,*,"Topre Corporation Realforce 87")
|
||||
autorandr --load blade || sleep 1
|
||||
autorandr --load blade
|
||||
xkb default
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue