Stops rofi launcher running as a normal window

This commit is contained in:
Jonathan Hodgson 2022-02-07 12:30:33 +00:00
parent 2d8a64c566
commit 2bedce62a4

View file

@ -5,7 +5,7 @@
# It bascially just calls rofi of dmenu if rofi is not available # It bascially just calls rofi of dmenu if rofi is not available
if type -p rofi 2> /dev/null; then 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 else
dmenu dmenu
fi fi