From 0848b1e0de6ec5ddf6dd52945e09499f2df8b325 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Mon, 6 Dec 2021 13:43:10 -0700 Subject: [PATCH] Fixed shit ass regex --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 1c79592..10ba0be 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -54,7 +54,7 @@ bindsym $mod+Shift+q kill #bindsym $mod+d exec dmenu_run #bindsym $mod+d exec jgmenu_run #bindsym $mod+d exec source ~/.bashrc && j4-dmenu-desktop --dmenu="dmenu -i -nb '#2c2e33' -nf '#cccccc' -sf '#ffffff' -sb '#4285f4'" --term="i3-sensible-terminal" -bindsym $mod+d exec source ~/.bashrc && wofi --show drun --allow-images -G -i --define=drun-print_command=true | sed -n -e 's/\(.*\) %.*/\1/p' | xargs swaymsg exec -- +bindsym $mod+d exec source ~/.bashrc && wofi --show drun --allow-images -G -i --define=drun-print_command=true | sed -e 's/%[A-Za-z0-9]*/ /g' | xargs swaymsg exec -- # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that