summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/dunst/dunstrc6
-rw-r--r--.config/gtk-3.0/bookmarks1
-rw-r--r--.config/zsh/alias.zsh1
3 files changed, 5 insertions, 3 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 655f6b0..fd9c760 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/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks
index ffb8410..675f8f7 100644
--- a/.config/gtk-3.0/bookmarks
+++ b/.config/gtk-3.0/bookmarks
@@ -1,3 +1,4 @@
+file:///home/jozan/somdiaa
file:///tmp
file:///home/jozan/pics/garbage
file:///home/jozan/pics/profile
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index 1ea2690..52dea29 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -47,6 +47,7 @@ alias \
most='most -t4' \
fsl='fossil' \
diff='colordiff' \
+ xclip='xclip -selection clipboard' \
ctags='uctags "--exclude=.ccls*"' \
yt='pipe-viewer' \
yta='pipe-viewer -n' \