Convert dunst pause/resume from aliases to scripts
authorSiraaj Khandkar <siraaj@khandkar.net>
Wed, 10 Apr 2019 01:56:49 +0000 (21:56 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Wed, 10 Apr 2019 01:56:49 +0000 (21:56 -0400)
so that I can call them from dmenu

bin/dunst_pause [new file with mode: 0755]
bin/dunst_resume [new file with mode: 0755]
lib/login_aliases.sh

diff --git a/bin/dunst_pause b/bin/dunst_pause
new file mode 100755 (executable)
index 0000000..b747a29
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+notify-send DUNST_COMMAND_PAUSE
diff --git a/bin/dunst_resume b/bin/dunst_resume
new file mode 100755 (executable)
index 0000000..6e87771
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+notify-send DUNST_COMMAND_RESUME
index a00e8d0..b1b49fd 100644 (file)
@@ -5,5 +5,3 @@ alias tree='tree --dirsfirst'
 alias dotnet="$HOME/.dotnet/dotnet"
 alias fsi="dotnet $HOME/.dotnet/sdk/2.1.503/FSharp/fsi.exe"
 alias tm='tmux'
-alias  dunst_pause='notify-send DUNST_COMMAND_PAUSE'
-alias dunst_resume='notify-send DUNST_COMMAND_RESUME'
This page took 0.027071 seconds and 4 git commands to generate.