Stops rofi launcher running as a normal window

Jonathan Hodgson 2 years ago
parent 6e30aaa633
commit 795969329b
  1. 2
      bin/.bin/launcher

@ -5,7 +5,7 @@
# It bascially just calls rofi of dmenu if rofi is not available
if type -p rofi 2> /dev/null; then
rofi -show drun -modi drun -theme themes/launchpad.rasi -normal-window
rofi -show drun -modi drun -theme themes/launchpad.rasi
else
dmenu
fi

Loading…
Cancel
Save