diff options
author | xengineering <me@xengineering.eu> | 2022-12-01 19:08:02 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-12-01 19:08:02 +0100 |
commit | c4278c16bd6022709a6268f318e5ef8594e16117 (patch) | |
tree | b53d22624b0014c7a9cbc53b10603e1d8c444890 | |
parent | 439a8450e4d6ce0314030116c58a45d6f277d6c5 (diff) | |
download | dotfiles-c4278c16bd6022709a6268f318e5ef8594e16117.tar dotfiles-c4278c16bd6022709a6268f318e5ef8594e16117.tar.zst dotfiles-c4278c16bd6022709a6268f318e5ef8594e16117.zip |
Use dmenu instead of bemenu for Sway
bemenu is not included in Debian bullseye.
-rw-r--r-- | .config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index f8451bf..0fccd6f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -16,7 +16,7 @@ set $term foot # 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 bemenu-run -p ">>>" | xargs swaymsg exec +set $menu dmenu_run | xargs swaymsg exec ### Output configuration # |