summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-04-29 15:13:41 +0200
committerJoe <rbo@gmx.us>2024-04-29 15:13:41 +0200
commitb1e106019becb1cf510814a488542161a7618b92 (patch)
tree660e192dabb73b47e4e66c7028eaded11fa224e2 /.config
parentup (diff)
downloaddotfiles-bsd-b1e106019becb1cf510814a488542161a7618b92.tar.gz
dotfiles-bsd-b1e106019becb1cf510814a488542161a7618b92.tar.bz2
dotfiles-bsd-b1e106019becb1cf510814a488542161a7618b92.tar.xz
dotfiles-bsd-b1e106019becb1cf510814a488542161a7618b92.tar.zst
dotfiles-bsd-b1e106019becb1cf510814a488542161a7618b92.zip
up
Diffstat (limited to '')
-rw-r--r--.config/dunst/dunstrc6
-rw-r--r--.config/zsh/alias.zsh2
2 files changed, 4 insertions, 4 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' \