mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 10:18:34 +02:00
input: try to be faster by just loading blade profile when docking
This commit is contained in:
parent
a0878c93b6
commit
a9767ec55e
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ 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")
|
||||||
sleep 2
|
autorandr --load blade
|
||||||
systemctl --user start autorandr@$(systemd-escape -- "$DISPLAY").service
|
|
||||||
xkb default
|
xkb default
|
||||||
;;
|
;;
|
||||||
*,XISlaveKeyboard,zoro,"AT Translated Set 2 keyboard")
|
*,XISlaveKeyboard,zoro,"AT Translated Set 2 keyboard")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue