8 lines
140 B
Text
8 lines
140 B
Text
|
#!/bin/bash
|
||
|
|
||
|
case $BLOCK_BUTTON in
|
||
|
1) ~/.config/other-scripts/switch-input.sh
|
||
|
esac
|
||
|
|
||
|
setxkbmap -query | grep -i "layout" | awk '{print $2}'
|