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