From 8a92a9c488161c3d0c1fedf6774095998765ac29 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Mon, 25 Nov 2024 17:15:12 -0700 Subject: [PATCH] Added bemenu bind to sway --- .config/sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index a2aeabb..30ad82f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -57,6 +57,7 @@ bindsym $mod+Shift+q kill #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 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 -- +bindsym $mod+r exec source ~/.bashrc && bemenu-run --list 8 --no-exec -f --scrollbar autohide | 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 @@ -179,7 +180,7 @@ mode "resize" { # back to normal: Enter or Escape or $mod+r bindsym Return mode "default" bindsym Escape mode "default" - bindsym $mod+r mode "default" + #bindsym $mod+r mode "default" } #bindsym $mod+r mode "resize"