Various changes

This commit is contained in:
2021-08-03 21:39:05 +01:00
parent 8541b1e861
commit 16a5a7477c
4 changed files with 13 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
!/bin/sh
# works on any init system
# requirements: dmenu, xorg-setxkbmap
kb="$(setxkbmap -query | grep -oP 'layout:\s*\K\w+')" || exit 1