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 | bdad1e8255bffdc49fce7119ede64a112a81123a (patch) | |
| tree | 43143f5c58dc17c589041376b9c5853d80214bb5 | |
| parent | 08219b82b3e2867d5d465923c7d8f85befc3f1b2 (diff) | |
| download | dotfiles-bdad1e8255bffdc49fce7119ede64a112a81123a.tar dotfiles-bdad1e8255bffdc49fce7119ede64a112a81123a.tar.zst dotfiles-bdad1e8255bffdc49fce7119ede64a112a81123a.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' # |
