From 4fc3d50c1f693bc2a1870e78a20a00f78b379841 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sat, 13 Feb 2021 20:18:14 +0000 Subject: [PATCH] Removes unnecesary notify-send --- bin/.bin/launcher | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/.bin/launcher b/bin/.bin/launcher index 1645e368..736ceffa 100755 --- a/bin/.bin/launcher +++ b/bin/.bin/launcher @@ -5,7 +5,6 @@ # It bascially just calls rofi of dmenu if rofi is not available if type -p rofi 2> /dev/null; then - notify-send "I get here" rofi -show drun -modi drun -theme themes/launchpad.rasi else dmenu