summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-03-10 17:47:20 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-03-10 17:47:20 +0530
commitd2c52ef0a5047e342b0029175c7103bbe22e51ca (patch)
treef2b50b516a017684c42b42675893670bd7a317a9 /config
parent54b5800c00f761c135c495f3935ad1d6d4230810 (diff)
update
Diffstat (limited to 'config')
-rw-r--r--config/way-displays/cfg.yaml29
1 files changed, 2 insertions, 27 deletions
diff --git a/config/way-displays/cfg.yaml b/config/way-displays/cfg.yaml
index 6dd76d6..74e247b 100644
--- a/config/way-displays/cfg.yaml
+++ b/config/way-displays/cfg.yaml
@@ -1,9 +1,9 @@
# Arrange displays in a ROW (default, left to right) or a COLUMN (top to bottom)
-ARRANGE: ROW
+ARRANGE: COLUMN
# Align ROWs at the TOP (default), MIDDLE or BOTTOM
# Align COLUMNs at the LEFT (default), MIDDLE or RIGHT
-ALIGN: BOTTOM
+ALIGN: MIDDLE
# The default ORDER is simply the order in which the displays are discovered.
# Define your own.
@@ -11,43 +11,18 @@ ORDER:
- 'HDMI-A-1'
- 'eDP-1'
-# Enable scaling, overrides AUTO_SCALE and SCALE
SCALING: FALSE
-# Override the preferred mode.
-# WARNING: this may result in an unusable display. See https://github.com/alex-courtis/way-displays#known-issues-with-workarounds
-# for a possible workaround.
MODE:
- # Resolution and refresh
- NAME_DESC: HDMI-A-1
MAX: TRUE
- # Highest available
- NAME_DESC: eDP-1
MAX: TRUE
-# Rotate or translate the display.
-# 90, 180, 270, FLIPPED, FLIPPED-90, FLIPPED-180, FLIPPED-270
-TRANSFORM:
- # - NAME_DESC: 'monitor description'
- # TRANSFORM: 270
-
-# VRR / adaptive sync is enabled by default. Disable it per display.
-VRR_OFF:
- # - DP-2
- # - '!.*my monitor.*'
-
-
# 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
-
-
-# Disable the specified displays.
-DISABLED:
- #- "eDP-1"
-