From df1af4a9a80a2ac9b81c018a47b3482f41b669fe Mon Sep 17 00:00:00 2001 From: dx Date: Sun, 21 Jun 2020 02:01:57 +0100 Subject: ~clean up notify-send --- SXHkD/.config/sxhkd/sxhkdrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'SXHkD/.config/sxhkd') diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index bff2294..499e601 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -43,8 +43,8 @@ hyper + e $HOME/.emacs_anywhere/bin/run hyper + s - notify-send "Launching qutebrowser"; \ - qutebrowser + qutebrowser; + notify-send "Launching qutebrowser"; hyper + q notify-send "Launching Emacs"; \ @@ -54,8 +54,8 @@ hyper + l $HOME/.local/scripts/lock hyper + d - notify-send "Changing background"; \ - $HOME/.local/scripts/background + $HOME/.local/scripts/background; \ + notify-send "Changing background"; hyper + m $HOME/.local/scripts/playlist_choice @@ -73,7 +73,7 @@ XF86Audio{Prev,Next} notify-send "MPD: Track $(mpc --format '%title%' | head -1)" {_,hyper + }F{9,10} - {pactl set-sink-volume 0,$HOME/.local/scripts/mpc_volume} {-,+}5%; \ + {pactl set-sink-volume 0,$HOME/.local/scripts/mpc_volume} {-,+}5%; {_,hyper + }XF86Audio{Lower,Raise}Volume {pactl set-sink-volume 0,$HOME/.local/scripts/mpc_volume} {-,+}5%; -- cgit v1.2.3-13-gbd6f