From 6847354160414b758739ed78de61853f79926cdf Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 22 Aug 2023 15:05:02 +0300 Subject: [PATCH] dotfiles: use fuzzel instead of wofi Wofi is unmaintained since late 2022. --- dotfiles/config/sway/config | 2 +- dotfiles/config/xdg-desktop-portal-wlr/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/config/sway/config b/dotfiles/config/sway/config index 743ec6e..941cb68 100644 --- a/dotfiles/config/sway/config +++ b/dotfiles/config/sway/config @@ -18,7 +18,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 wofi --show drun -i | xargs swaymsg exec -- +set $menu fuzzel | xargs swaymsg exec -- ### Display diff --git a/dotfiles/config/xdg-desktop-portal-wlr/config b/dotfiles/config/xdg-desktop-portal-wlr/config index 82efa1f..54fd73e 100644 --- a/dotfiles/config/xdg-desktop-portal-wlr/config +++ b/dotfiles/config/xdg-desktop-portal-wlr/config @@ -1,4 +1,4 @@ # 2021-05-24: See https://github.com/emersion/xdg-desktop-portal-wlr/issues/124 [screencast] -chooser_cmd = wofi -d -n --prompt='Select the monitor to share:' +chooser_cmd = fuzzel --dmenu --lines=3 --no-icons --prompt='Select the monitor to share:' chooser_type = dmenu