This commit is contained in:
Tobias Bengfort 2026-04-27 09:47:12 +00:00 committed by GitHub
commit 98ca60e7b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 327 additions and 11 deletions

View file

@ -202,6 +202,8 @@ struct rcxml {
struct wl_list window_rules; /* struct window_rule.link */
struct wl_list autostart; /* struct action.link */
/* Menu */
unsigned int menu_ignore_button_release_period;
bool menu_show_icons;