summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-06-27 23:53:32 +0200
committerJoe <rbo@gmx.us>2024-06-27 23:53:32 +0200
commit59ff7aa0a79f50ce9abda19c636bf0da40c6d38e (patch)
tree46107f5db03dfbf8c9ffddd721725156432ab190
parentup (diff)
downloaddotfiles-bsd-59ff7aa0a79f50ce9abda19c636bf0da40c6d38e.tar.gz
dotfiles-bsd-59ff7aa0a79f50ce9abda19c636bf0da40c6d38e.tar.bz2
dotfiles-bsd-59ff7aa0a79f50ce9abda19c636bf0da40c6d38e.tar.xz
dotfiles-bsd-59ff7aa0a79f50ce9abda19c636bf0da40c6d38e.tar.zst
dotfiles-bsd-59ff7aa0a79f50ce9abda19c636bf0da40c6d38e.zip
up
Diffstat (limited to '')
-rw-r--r--.config/zsh/alias.zsh1
-rwxr-xr-x.local/bin/kb2
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index 307ec9f..34cebac 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -26,6 +26,7 @@ alias \
mkc='gmake clean' \
mk='gmake -j20' \
mkr='gmake -j12 run' \
+ mkar='gmake -j12 asan run' \
bmkc='make clean' \
bmk='make -j12' \
web='w3m https://duckduckgo.com/' \
diff --git a/.local/bin/kb b/.local/bin/kb
index e405cd9..c7d9bcf 100755
--- a/.local/bin/kb
+++ b/.local/bin/kb
@@ -50,7 +50,7 @@ config_keyboard() {
xset r rate 200 150
setxkbmap -option
setxkbmap -layout us -variant intl
- if [ "$(hostname -s)" = "mother" ]; then
+ if [ "$(hostname -s)" = "motherqwe" ]; then
setxkbmap -option ctrl:swapcaps
setxkbmap -option caps:none
xmodmap -e 'keycode 9 = Tab'