dotfiles: use fuzzel instead of wofi

Wofi is unmaintained since late 2022.
This commit is contained in:
Alan Orth 2023-08-22 15:05:02 +03:00
parent c38e7d8280
commit 6847354160
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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