From e4871bbe3cd1b1057c5927ba6da65b3e2a7f99b6 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Thu, 20 Oct 2022 15:48:57 +0100 Subject: [PATCH] Use rofi properly --- states/sway/files/config.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/sway/files/config.jinja b/states/sway/files/config.jinja index 7d11eb0..8185333 100644 --- a/states/sway/files/config.jinja +++ b/states/sway/files/config.jinja @@ -46,7 +46,7 @@ set $term foot # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. -set $menu dmenu_path | rofi --dmenu | xargs swaymsg exec -- +set $menu rofi -show drun | xargs swaymsg exec -- include /etc/sway/config-vars.d/* -- 2.44.0