diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-05-27 10:32:33 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-05-27 10:32:33 +0200 |
commit | 9c3b2935b6e1ede814d57892f13470c10aac4064 (patch) | |
tree | 43143f5c58dc17c589041376b9c5853d80214bb5 | |
parent | 1e5dbb02a75296db9a67f4530798ff8ed6c02ec8 (diff) | |
download | dotfiles-9c3b2935b6e1ede814d57892f13470c10aac4064.tar dotfiles-9c3b2935b6e1ede814d57892f13470c10aac4064.tar.zst dotfiles-9c3b2935b6e1ede814d57892f13470c10aac4064.zip |
Switch from dmenu to bemenu
dmenu crashed on and on.
bemenu runs natively on Wayland.
-rw-r--r-- | .config/sway/config | 4 |
1 files 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' # |