Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
commit
b1335a3628
199 changed files with 36930 additions and 0 deletions
8
home/Scripts/switchlayout.sh
Executable file
8
home/Scripts/switchlayout.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
curLayout=$(setxkbmap -query | grep layout | sed 's/layout: //g')
|
||||
|
||||
if [ $curLayout == "eu" ]; then
|
||||
setxkbmap dvorak
|
||||
else
|
||||
setxkbmap eu
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue