From a378c6548f72858ff9fc04feac2efa1e290e76b7 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