Stops rofi launcher running as a normal window
This commit is contained in:
parent
2d8a64c566
commit
2bedce62a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue