From bf27d4565e06ebb713da1329c9e9eefd11f0b8c9 Mon Sep 17 00:00:00 2001 From: Ezri Brimhall Date: Wed, 5 Feb 2025 18:28:02 -0700 Subject: [PATCH] add start of outputs file --- .config/sway/outputs.json | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .config/sway/outputs.json diff --git a/.config/sway/outputs.json b/.config/sway/outputs.json new file mode 100644 index 0000000..5d095f4 --- /dev/null +++ b/.config/sway/outputs.json @@ -0,0 +1,42 @@ +{ + "zariman-builtin": { + "names": ["eDP-1"], + "eww_windows": { + "laptopbar": { + "battery": "BAT1" + } + }, + "options": { + "mode": "2560x1600", + "refresh": 165, + "color_profile": "icc /usr/share/color/icc/colord/BOE_CQ_______NE160QDM_NZ6.icm" + } + }, + "work-left": { + "make": "Acer Technologies", + "model": "XV271U M3", + "serial": "1322131231233", + "eww_windows": {}, + "options": { + "mode": "2560x1440", + "refresh": 120 + } + }, + "work-right": { + "make": "Acer Technologies", + "model": "XV271U M3", + "serial": "1431038964205", + "options": { + "mode": "2560x1440", + "refresh": 120 + } + }, + "work-center": { + "make": "Dell Inc.", + "model": "DELL U3818DW", + "serial": "97F8P9350W0L", + "options": { + "mode": "3840x1600" + } + } +}