From 795969329bc8362efa5be2b42ec0fc6b988ac14d Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 7 Feb 2022 12:30:33 +0000 Subject: [PATCH] Stops rofi launcher running as a normal window --- bin/.bin/launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/.bin/launcher b/bin/.bin/launcher index 98749832..736ceffa 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 -normal-window + rofi -show drun -modi drun -theme themes/launchpad.rasi else dmenu fi