Removes unnecesary notify-send

Jonathan Hodgson 3 years ago
parent fd9aedf930
commit a378c6548f
  1. 1
      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

Loading…
Cancel
Save