mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-25 06:59:50 -05:00
feat: hot reload monitor rule
This commit is contained in:
parent
f19790de45
commit
3c1c90cf5b
2 changed files with 49 additions and 10 deletions
10
src/maomao.c
10
src/maomao.c
|
|
@ -423,16 +423,6 @@ struct Monitor {
|
|||
char last_surface_ws_name[256];
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
const char *name;
|
||||
float mfact;
|
||||
int nmaster;
|
||||
float scale;
|
||||
const Layout *lt;
|
||||
enum wl_output_transform rr;
|
||||
int x, y;
|
||||
} MonitorRule;
|
||||
|
||||
typedef struct {
|
||||
struct wlr_pointer_constraint_v1 *constraint;
|
||||
struct wl_listener destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue