diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-11 22:16:24 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-11 22:16:24 +0530 |
| commit | 55542f1ce3f313419ebe6a7fa9a7629898e6ce2e (patch) | |
| tree | aec78781c3f64eed7dce21e1aadb0342fae6bacd /config/way-displays/cfg.yaml | |
| parent | b71f27a2179cdfa58492e2696246d3d8e55f9844 (diff) | |
dwm
Diffstat (limited to 'config/way-displays/cfg.yaml')
| -rw-r--r-- | config/way-displays/cfg.yaml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/config/way-displays/cfg.yaml b/config/way-displays/cfg.yaml deleted file mode 100644 index 74e247b..0000000 --- a/config/way-displays/cfg.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# 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 |
