From 940ce0d7ce1a2755158792cbd21ac682794958db Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 15 Nov 2021 14:46:33 +0530 Subject: [PATCH] sway: Switch to fuzzel and drop wofi https://codeberg.org/dnkl/fuzzel --- sway/.config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 7e9766b..8b07c36 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -15,7 +15,7 @@ set $term_session kitty --session ~/.config/kitty/session.conf # 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 | dmenu | xargs swaymsg exec -- -set $menu wofi --show run,drun +set $menu fuzzel # Screenshots set $screenshot grim ~/Pictures/screenshots/scrn-$(date +"%Y-%m-%d-%H-%M-%S").png set $screenclip slurp | grim -g - ~/Pictures/screenshots/scrn-$(date +"%Y-%m-%d-%H-%M-%S").png