From e317cc4c12d2cdabbe4096a5ebf27b0b1a51a2a3 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 12 Jul 2023 08:24:01 +0000 Subject: [PATCH] refactor: sway: fix config indentation --- hosts/modules/gui/sway/sway-config.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/hosts/modules/gui/sway/sway-config.nix b/hosts/modules/gui/sway/sway-config.nix index 725b9bf7d..2849a8062 100644 --- a/hosts/modules/gui/sway/sway-config.nix +++ b/hosts/modules/gui/sway/sway-config.nix @@ -149,29 +149,29 @@ in '' inactive_workspace #333333 #222222 #888888 urgent_workspace #2f343a #900000 #ffffff binding_mode #2f343a #900000 #ffffff - } + } } ### displays ## DESKTOP output "Samsung Electric Company S22C300 0x00007F35" { - pos 0,0 - res 1920x1080 + pos 0,0 + res 1920x1080 } output "Goldstar Company Ltd LG ULTRAWIDE 0x00004E94" { - pos 1920,0 - res 3440x1440 + pos 1920,0 + res 3440x1440 } ## LAPTOP # sh/en TV output "Pioneer Electronic Corporation VSX-524 0x00000101" { - pos 0,0 - res 1920x1080 + pos 0,0 + res 1920x1080 } # internal display output "Unknown 0x0637 0x00000000" { - pos 1920,0 - res 1920x1080 + pos 1920,0 + res 1920x1080 } ''