diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-14 23:18:59 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-14 23:18:59 +0100 |
commit | 4896d47c300ef3efdf3c956e72508d3c1ffcffa4 (patch) | |
tree | 04b766e985e628d17e94252da597c68d93b6131e /.local/bin | |
parent | 571b321108cd9ac2d49cf1aa02095ba7ba95d073 (diff) |
Update sv to se, remove echo
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/layouthandler | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.local/bin/layouthandler b/.local/bin/layouthandler index 3f8e74e..0596799 100755 --- a/.local/bin/layouthandler +++ b/.local/bin/layouthandler @@ -2,7 +2,6 @@ layout="$(setxkbmap -query | awk '$1 ~ /layout/ { print $2 }')" alt_layout=${ALT_KB_LAYOUT?Alternative layout not set!} -echo "$alt_layout" case $layout in en_US) |