From 9c3b2935b6e1ede814d57892f13470c10aac4064 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 27 May 2021 10:32:33 +0200 Subject: Switch from dmenu to bemenu dmenu crashed on and on. bemenu runs natively on Wayland. --- .config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 81afb43..656245f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -16,7 +16,7 @@ set $term alacritty # Your preferred application launcher # 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 bemenu_path | bemenu | xargs swaymsg exec -- ### Output configuration # @@ -47,7 +47,7 @@ workspace 3 output eDP-1 # Example configuration: # # exec swayidle -w \ -# timeout 300 'swaylock -f -c 000000' \ +# waylock -f -c 000000' \ # timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ # before-sleep 'swaylock -f -c 000000' # -- cgit v1.2.3-70-g09d2