summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-11-01 19:08:00 -0700
committerxyz <gky44px1999@gmail.com>2021-11-01 19:08:00 -0700
commitada12f4932bf17a00fc9eab591254b240044872a (patch)
tree4be190de9406cda8da631773efd71945eaf0e575 /home/xyz
parentc048e5d2766cd29386028a57c914c4f5e1e5da99 (diff)
improve bashrc anw, hotkey to close dunst notify window
Diffstat (limited to 'home/xyz')
-rw-r--r--home/xyz/.bashrc2
-rw-r--r--home/xyz/.config/sxhkd/sxhkdrc3
2 files changed, 4 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 5669b4e0..ba1a2d55 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -50,7 +50,7 @@ alias tree='tree -a'
# different name
# /dev/ttyACM0 can be in config file, or as environmantal variable, see /usr/share/doc/adafruit-ampy/README.md
-alias anw='echo "notify-send -u critical "Boiling Water!"" | at now + 10 minutes'
+alias anw='echo "notify-send -u critical Boiling\ Water!" | at now + 10 minutes'
alias ap='sudo ampy -p /dev/ttyACM0'
alias c=cfg
alias g=git
diff --git a/home/xyz/.config/sxhkd/sxhkdrc b/home/xyz/.config/sxhkd/sxhkdrc
index 34ac2768..d529d606 100644
--- a/home/xyz/.config/sxhkd/sxhkdrc
+++ b/home/xyz/.config/sxhkd/sxhkdrc
@@ -51,4 +51,7 @@ alt + q
kill -RTMIN+4 "$(cat "$XDG_CACHE_HOME/pidofbar")";\
qbittorrent
+alt + n
+ dunstctl close
+
# vim: ft=sh