Stops launcher using -normal-window flag
Still not entirely happy about this, might use dmenu instead of rofi. Not sure yet
This commit is contained in:
parent
9aae1fbcf8
commit
fda4b1a8b4
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
|
||||
|
||||
if type -p rofi 2> /dev/null; then
|
||||
rofi -show drun -modi drun -theme themes/launchpad.rasi
|
||||
rofi -show drun -modi drun -theme themes/launchpad.rasi -normal-window
|
||||
else
|
||||
dmenu
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue