summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdot/local/bin/asdf2
l---------dot/local/bin/qwer1
2 files changed, 2 insertions, 1 deletions
diff --git a/dot/local/bin/asdf b/dot/local/bin/asdf
index f5eacff..56e3d97 100755
--- a/dot/local/bin/asdf
+++ b/dot/local/bin/asdf
@@ -25,6 +25,6 @@ case "$arg0" in
25 asdf) setxkbmap -layout ru,us -variant phonetic_winkeys, $opts -option grp:shifts_toggle ;; 25 asdf) setxkbmap -layout ru,us -variant phonetic_winkeys, $opts -option grp:shifts_toggle ;;
26 асдф|aoeu) setxkbmap -layout us $opts ;; 26 асдф|aoeu) setxkbmap -layout us $opts ;;
27 ASDF) ASDF ;; 27 ASDF) ASDF ;;
28 dvorak) setxkbmap -layout us -variant dvorak $opts ;; 28 qwer|dvorak) setxkbmap -layout us -variant dvorak $opts ;;
29 *) ;; 29 *) ;;
30esac 30esac
diff --git a/dot/local/bin/qwer b/dot/local/bin/qwer
new file mode 120000
index 0000000..5e40c08
--- /dev/null
+++ b/dot/local/bin/qwer
@@ -0,0 +1 @@
asdf \ No newline at end of file