1
0
Fork 0
dotfiles/.local/bin/statusbar/sbd-xkbmap
luca 9454d9dd82 new keyboard layout handling
new keyboard layout handling
2022-09-17 00:06:31 +02:00

4 lines
73 B
Bash
Executable file

#!/bin/sh
while : ; do
xkb-switch -w && pkill -RTMIN+15 dwmblocks
done