diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-07 15:37:31 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-07 15:37:31 +0100 |
commit | a422b3858f2862b4865e2859ad85c977dc83f4b4 (patch) | |
tree | fb19d2797ff7c8e67cb71a51d92c89f041291ff6 /.local | |
parent | 29f7b14e9e0c498052dda570353b41e9333d6191 (diff) |
Fix bug in layouthandler
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/layouthandler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/layouthandler b/.local/bin/layouthandler index c1e850a..0bd8d33 100755 --- a/.local/bin/layouthandler +++ b/.local/bin/layouthandler @@ -1,6 +1,6 @@ #!/bin/sh -layout="$(setxkbmap -query | awk '$1 ~ /layout/ { print $2 }" +layout="$(setxkbmap -query | awk '$1 ~ /layout/ { print $2 }')" case $layout in en_US) |