diff options
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.bashrc | 2 | ||||
-rw-r--r-- | home/xyz/.config/sxhkd/sxhkdrc | 3 |
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 |