aboutsummaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2023-01-16 14:05:51 +0100
committerLibravatar Simon Zeni <simon@bl4ckb0ne.ca>2023-01-30 15:08:16 -0500
commitab9b164e524532a99c6e383b4c6f1eaa60c8d721 (patch)
tree5cb0ee202a8757b245cb580f7f101c219cfe2235 /config.in
parentApply new adaptive sync value from wlr-output-management (diff)
downloadsway-ab9b164e524532a99c6e383b4c6f1eaa60c8d721.tar.gz
sway-ab9b164e524532a99c6e383b4c6f1eaa60c8d721.tar.zst
sway-ab9b164e524532a99c6e383b4c6f1eaa60c8d721.zip
Switch default menu to wmenu
Switch the default menu to wmeny (https://sr.ht/~adnano/wmenu), a Wayland-native alternative to dmenu. This removes the dependency on Xwayland for the default config. wmenu is small (same scope as dmenu) and has the same flags as dmenu. One downside is that it's not widely packaged by distributions yet. We still depend on dmenu_path.
Diffstat (limited to 'config.in')
-rw-r--r--config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.in b/config.in
index 3eda7ac7..48ba1f1e 100644
--- a/config.in
+++ b/config.in
@@ -18,7 +18,7 @@ set $term foot
18# Your preferred application launcher 18# Your preferred application launcher
19# Note: pass the final command to swaymsg so that the resulting window can be opened 19# Note: pass the final command to swaymsg so that the resulting window can be opened
20# on the original workspace that the command was run on. 20# on the original workspace that the command was run on.
21set $menu dmenu_path | dmenu | xargs swaymsg exec -- 21set $menu dmenu_path | wmenu | xargs swaymsg exec --
22 22
23### Output configuration 23### Output configuration
24# 24#