summaryrefslogtreecommitdiff
path: root/config/way-displays/cfg.yaml
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-03-12 21:56:50 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-03-12 21:56:50 +0530
commit1127041cda7ff8aaadd5321a27d404a00db2088d (patch)
treeb241609ece7d9a44c20d2f6436ec494853666e2c /config/way-displays/cfg.yaml
parentdcfadeeb179db143390e937d3737f8170afe4d3d (diff)
Revert "dwm"
This reverts commit 55542f1ce3f313419ebe6a7fa9a7629898e6ce2e.
Diffstat (limited to 'config/way-displays/cfg.yaml')
-rw-r--r--config/way-displays/cfg.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/config/way-displays/cfg.yaml b/config/way-displays/cfg.yaml
new file mode 100644
index 0000000..74e247b
--- /dev/null
+++ b/config/way-displays/cfg.yaml
@@ -0,0 +1,28 @@
+# Arrange displays in a ROW (default, left to right) or a COLUMN (top to bottom)
+ARRANGE: COLUMN
+
+# Align ROWs at the TOP (default), MIDDLE or BOTTOM
+# Align COLUMNs at the LEFT (default), MIDDLE or RIGHT
+ALIGN: MIDDLE
+
+# The default ORDER is simply the order in which the displays are discovered.
+# Define your own.
+ORDER:
+ - 'HDMI-A-1'
+ - 'eDP-1'
+
+SCALING: FALSE
+
+MODE:
+ - NAME_DESC: HDMI-A-1
+ MAX: TRUE
+
+ - NAME_DESC: eDP-1
+ MAX: TRUE
+
+# Laptop displays usually start with eDP e.g. eDP-1. This may be overridden if
+# your laptop is different.
+LAPTOP_DISPLAY_PREFIX: 'eDP-1'
+
+# One of: ERROR, WARNING, INFO (default), DEBUG
+LOG_THRESHOLD: INFO