summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2024-06-15 18:58:02 -0700
committerVito Caputo <vcaputo@pengaru.com>2025-03-21 10:57:27 -0700
commit315aaf7408484d0138bf3958b3c7fe76a2119706 (patch)
treee3c20970911394d240d73f4c1ca445920f832f92 /src/window.c
parent15cac59346b95ccd8044f605fd1cb7f5a6370db4 (diff)
screen: support xwin next/prev screen_rels
This is an attempt to minimally support autoconfing windows to different screens on multihead setups.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index b850ec9..9cf9b0a 100644
--- a/src/window.c
+++ b/src/window.c
@@ -162,6 +162,7 @@ void vwm_win_autoconf(vwm_t *vwm, vwm_window_t *vwin, vwm_screen_rel_t rel, vwm_
changes.y = scr->y_org + scr->height / 2;
break;
}
+ vwin->autoconfigured_param = corner;
break;
}
@@ -196,6 +197,7 @@ void vwm_win_autoconf(vwm_t *vwm, vwm_window_t *vwin, vwm_screen_rel_t rel, vwm_
changes.y = scr->y_org;
break;
}
+ vwin->autoconfigured_param = side;
break;
}
© All Rights Reserved