Skip to content

Commit

Permalink
Switch default menu to wmenu
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
emersion authored and bl4ckb0ne committed Jan 30, 2023
1 parent 2c0f68b commit ab9b164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 dmenu_path | dmenu | xargs swaymsg exec --
set $menu dmenu_path | wmenu | xargs swaymsg exec --

### Output configuration
#
Expand Down

0 comments on commit ab9b164

Please sign in to comment.