aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h4
-rw-r--r--dwl.c2
2 files changed, 1 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h
index 00f6a85..7e61695 100644
--- a/config.def.h
+++ b/config.def.h
@@ -25,9 +25,7 @@ static const Layout layouts[] = {
{ "[M]", monocle },
};
-/* monitors
- * The order in which monitors are defined determines their position.
- * Non-configured monitors are always added to the left. */
+/* monitors */
static const MonitorRule monrules[] = {
/* name mfact nmaster scale layout rotate/reflect x y */
/* example of a HiDPI laptop monitor:
diff --git a/dwl.c b/dwl.c
index ac62120..24d015f 100644
--- a/dwl.c
+++ b/dwl.c
@@ -191,8 +191,6 @@ typedef struct {
float scale;
const Layout *lt;
enum wl_output_transform rr;
- int x;
- int y;
} MonitorRule;
typedef struct {