Added in glitchy disabling

This commit is contained in:
Luminarys 2015-08-23 12:22:33 -05:00
parent e232241466
commit 98fad060e2
4 changed files with 21 additions and 0 deletions

View file

@ -24,6 +24,7 @@ struct sway_mode {
struct output_config {
char *name;
bool enabled;
int width, height;
int x, y;
};