From 1bb9d598b2754305c87828bfab120c9320e052db Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 28 Sep 2021 23:40:50 +0200 Subject: sway: switch to wofi as application launcher .config/sway/config: Switch from rofi to wofi as application launcher. --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/sway') diff --git a/.config/sway/config b/.config/sway/config index c314797..954ebba 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -16,7 +16,7 @@ set $right l # Your preferred terminal emulator set $term alacritty # Your preferred application launcher -set $menu rofi -show drun +set $menu wofi -G -S drun set $select_screenshot grim -g "$(slurp)" ~/Downloads/screenshot-"$(date +'%Y-%m-%d_%H-%M-%S')".png set $screenshot grim ~/Downloads/screenshot-"$(date +'%Y-%m-%d_%H-%M-%S')".png -- cgit v1.2.3-54-g00ecf