From e7ad04af1b5ec0836bedd66dbb05dacfc308d494 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Fri, 1 Jul 2022 20:20:33 +0800 Subject: [PATCH] sway: bemenu: disable alternating --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index e56f783..a0da253 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -41,7 +41,7 @@ bindsym $mod+Shift+q kill # 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 # installed. -bindsym $mod+d exec --no-startup-id j4-dmenu-desktop --dmenu="bemenu -i -p '' --hb '#37474f' --hf '#ffffff' --nb '#303030' --nf '#c0c0c0' --fb '#303030' --ff '#c0c0c0' --fn 'Noto Sans Mono 10'" --no-generic --term=lxterminal --usage-log=$HOME/.cache/j4desktop +bindsym $mod+d exec --no-startup-id j4-dmenu-desktop --dmenu="bemenu -i -p '' --hb '#37474f' --hf '#ffffff' --nb '#303030' --nf '#c0c0c0' --ab '#303030' --af '#c0c0c0' --fb '#303030' --ff '#c0c0c0' --fn 'Noto Sans Mono 10'" --no-generic --term=lxterminal --usage-log=$HOME/.cache/j4desktop # change focus bindsym $mod+Left focus left -- 2.45.2