diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-08-22 16:33:38 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-08-22 16:33:38 +0200 |
| commit | 04f4a7df197ce327f36b666869a1ca2f09934e58 (patch) | |
| tree | 8e40727ad893e50cecc641a46d5a26be22e33f50 /bin/toggle-keyboard-layout.sh | |
| parent | 5f718fe5ee476e381d2cae204405023eb935c9f5 (diff) | |
| download | dotfiles-04f4a7df197ce327f36b666869a1ca2f09934e58.tar.gz dotfiles-04f4a7df197ce327f36b666869a1ca2f09934e58.zip | |
Tidying up
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'bin/toggle-keyboard-layout.sh')
| -rwxr-xr-x | bin/toggle-keyboard-layout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/toggle-keyboard-layout.sh b/bin/toggle-keyboard-layout.sh index df1d2bc..cb731dd 100755 --- a/bin/toggle-keyboard-layout.sh +++ b/bin/toggle-keyboard-layout.sh @@ -18,7 +18,7 @@ # to him. layout=$(setxkbmap -query | awk '/layout/{print $2}') -if [ $layout == 'us' ] +if [ "$layout" == 'us' ] then setxkbmap es else |
