Setting monitor modes in config

This commit is contained in:
meutraa 2021-01-12 20:47:56 +00:00
parent 4bf2923f4e
commit 4f8c148977
No known key found for this signature in database
GPG key ID: 82664A5F8DAC3400
2 changed files with 44 additions and 8 deletions

View file

@ -28,9 +28,9 @@ static const Layout layouts[] = {
* The order in which monitors are defined determines their position.
* Non-configured monitors are always added to the left. */
static const MonitorRule monrules[] = {
/* name mfact nmaster scale layout rotate/reflect x y */
/* name mfact nmaster scale layout rotate/reflect x y w h rate */
/* example of a HiDPI laptop monitor:
{ "eDP-1", 0.5, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, 0, 0 },
{ "eDP-1", 0.5, 1, 2, &layouts[0], WL_OUTPUT_TRANSFORM_NORMAL, 0, 0, 1920, 1080, 60000 },
*/
/* the order in which monitors are defined here affects the order in which
* focusmon and tagmon cycle trough the monitors */