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