From 40f5dc971eba7248190d610c214fefb671dc8171 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 7 Jan 2023 01:17:22 -0500 Subject: [PATCH] rofi: Show as separate window This makes it possible to close rofi with the same keybind that is used to open it. Also got rid of an obsolete drun string. --- rofi/.config/rofi/launch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rofi/.config/rofi/launch.sh b/rofi/.config/rofi/launch.sh index 1d420da3..6decf5a6 100755 --- a/rofi/.config/rofi/launch.sh +++ b/rofi/.config/rofi/launch.sh @@ -66,5 +66,5 @@ env \ rofi \ -show drun \ -dpi "$ROFI_DPI" \ - -m -1 \ - -display-drun "Search ($(bspc query -D -d focused --names))" + -normal-window \ + -m -1