summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/dunst/dunstrc6
-rw-r--r--.config/zsh/alias.zsh2
-rwxr-xr-x.local/bin/kb2
3 files changed, 5 insertions, 5 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 90540f9..bbdef39 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -113,9 +113,9 @@
# NOTE: It might be helpful to run dunst -print in a terminal in order
# to find fitting options for rules.
-# [espeak] # >shutup
-# summary = "*" # >shutup
-# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup
+ [espeak] # >shutup
+ summary = "*" # >shutup
+ script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup
#[script-test]
# summary = "*script*"
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index d8c700d..7379742 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -16,7 +16,7 @@ alias eza='eza --color=always --group-directories-first --icons' \
tree() {
eza -T $@ | $PAGER
}
-alias hf='cd ~/dev/go/hardflip'
+alias hff='cd ~/dev/go/hardflip'
alias \
e='editorcmd' \
vim='nvim' \
diff --git a/.local/bin/kb b/.local/bin/kb
index 6391df1..b77fd89 100755
--- a/.local/bin/kb
+++ b/.local/bin/kb
@@ -47,7 +47,7 @@
xset r rate 200 150
setxkbmap -option
setxkbmap -layout us -variant intl
-if [ "$(hostname -s)" = "motherqwe" ]; then
+if [ "$(hostname -s)" = "po-rbo" ]; then
setxkbmap -option ctrl:swapcaps
setxkbmap -option caps:none
xmodmap -e 'keycode 9 = Tab'