From 259bec4164a0274cdd2a834be672468a611c7c54 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Thu, 20 Oct 2022 10:49:19 +0100 Subject: [PATCH] Use rofi wayland fork --- states/sway/arch.sls | 2 +- states/sway/files/config.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/states/sway/arch.sls b/states/sway/arch.sls index e3a00fd..1d370f4 100644 --- a/states/sway/arch.sls +++ b/states/sway/arch.sls @@ -5,7 +5,7 @@ install sway: - swaylock - swayidle - swaybg - - wofi + - rofi-lbonn-wayland - mako - libnotify - dmenu diff --git a/states/sway/files/config.jinja b/states/sway/files/config.jinja index 4b30447..7d11eb0 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 | wofi --dmenu | xargs swaymsg exec -- +set $menu dmenu_path | rofi --dmenu | xargs swaymsg exec -- include /etc/sway/config-vars.d/* -- 2.45.2