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;

View file

@ -3,14 +3,15 @@
#define LABWC_VIEW_H
#include "config.h"
#include "ssd.h"
#include <stdbool.h>
#include <stdint.h>
#include <wayland-util.h>
#include <wlr/util/box.h>
#include <xkbcommon/xkbcommon.h>
#define LAB_MIN_VIEW_WIDTH 100
#define LAB_MIN_VIEW_HEIGHT 60
#define LAB_MIN_VIEW_WIDTH (SSD_BUTTON_WIDTH * SSD_BUTTON_COUNT)
#define LAB_MIN_VIEW_HEIGHT 60
/*
* In labwc, a view is a container for surfaces which can be moved around by