From afcd28e39e1340ccfa7dbc1ed708879b77ebcc4b Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sun, 21 Mar 2021 12:54:12 +0000 Subject: [PATCH] Stops launcher using -normal-window flag Still not entirely happy about this, might use dmenu instead of rofi. Not sure yet --- bin/.bin/launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/.bin/launcher b/bin/.bin/launcher index 736ceffa..98749832 100755 --- a/bin/.bin/launcher +++ b/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 + rofi -show drun -modi drun -theme themes/launchpad.rasi -normal-window else dmenu fi