From 3728607f28cd1cce6cb13b0e47af34b48771563e Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 25 Oct 2022 22:12:00 -0400 Subject: [PATCH] rofi: Show current focused desktop This was cute, however knowing which desktop we're on may be irrelevant in a future workspace implementation. Adding this information to the fish prompt with starship may also be an option. --- rofi/.config/rofi/launch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rofi/.config/rofi/launch.sh b/rofi/.config/rofi/launch.sh index 9dfcbd39..4506c8dd 100755 --- a/rofi/.config/rofi/launch.sh +++ b/rofi/.config/rofi/launch.sh @@ -60,4 +60,5 @@ env \ rofi \ -show drun \ -dpi "$ROFI_DPI" \ - -m -1 + -m -1 \ + -display-drun "Search ($(bspc query -D -d focused --names))"