dotfiles: use fuzzel instead of wofi
Wofi is unmaintained since late 2022.
This commit is contained in:
parent
c38e7d8280
commit
6847354160
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user