Merge branch 'master' into modkeys

This commit is contained in:
Simon Long 2024-06-05 09:46:29 +01:00
commit 13f2eed8b4
12 changed files with 127 additions and 61 deletions

View file

@ -137,6 +137,9 @@ struct rcxml {
} window_switcher;
struct wl_list window_rules; /* struct window_rule.link */
/* Menu */
unsigned int menu_ignore_button_release_period;
};
extern struct rcxml rc;