summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/zsh/plugins.zsh2
-rwxr-xr-x.local/bin/kb14
2 files changed, 8 insertions, 8 deletions
diff --git a/.config/zsh/plugins.zsh b/.config/zsh/plugins.zsh
index d6060a0..9d08a71 100644
--- a/.config/zsh/plugins.zsh
+++ b/.config/zsh/plugins.zsh
@@ -11,5 +11,5 @@
# == ===== ==== ==
# ========================
-source $HOME/.local/packs/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh >/dev/null
+source $HOME/.local/packs/fast-syntax-highlighting/F-Sy-H.plugin.zsh >/dev/null
source $HOME/.local/packs/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh >/dev/null
diff --git a/.local/bin/kb b/.local/bin/kb
index 29ba370..43e4cbb 100755
--- a/.local/bin/kb
+++ b/.local/bin/kb
@@ -47,13 +47,13 @@
xset r rate 200 150
setxkbmap -option
setxkbmap -layout us -variant intl
-if [ "$(hostname -s)" = "mother" ]; then
- setxkbmap -option ctrl:swapcaps
- setxkbmap -option caps:none
- xmodmap -e 'keycode 9 = Tab'
- xmodmap -e 'keycode 23 = Escape'
- xmodmap -e 'keycode 37 ='
-fi
+#if [ "$(hostname -s)" = "mother" ]; then
+# setxkbmap -option ctrl:swapcaps
+# setxkbmap -option caps:none
+# xmodmap -e 'keycode 9 = Tab'
+# xmodmap -e 'keycode 23 = Escape'
+# xmodmap -e 'keycode 37 ='
+#fi
notify-send -u low -t 2000 'kb' ' Swapped Esc/Tab'
# vim: filetype=sh