mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-25 13:24:35 +02:00
input: invoke autorandr through systemd when needed
This commit is contained in:
parent
2452fb6bcb
commit
95bf8a3723
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ case "$event,$use,$(uname -n),$name" in
|
||||||
;;
|
;;
|
||||||
*,XISlaveKeyboard,*,"Topre Corporation Realforce 87")
|
*,XISlaveKeyboard,*,"Topre Corporation Realforce 87")
|
||||||
sleep 2
|
sleep 2
|
||||||
autorandr --change
|
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