mirror of
https://github.com/swaywm/sway.git
synced 2025-12-16 08:56:32 -05:00
Added in glitchy disabling
This commit is contained in:
parent
e232241466
commit
98fad060e2
4 changed files with 21 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ struct sway_mode {
|
|||
|
||||
struct output_config {
|
||||
char *name;
|
||||
bool enabled;
|
||||
int width, height;
|
||||
int x, y;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue