diff options
| author | Blake Romero <blake@developercraft.com> | 2026-03-22 00:21:44 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-03-22 00:21:44 +0000 |
| commit | 44ab0147720f2a5803b7ba360c3fb8eb26ae289f (patch) | |
| tree | 269685fc173465281be7bb390a7049422daa8f3e | |
| parent | f39d1892f65e1213f377c6f0dda57f49557aae90 (diff) | |
Set display settings
| -rw-r--r-- | config | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -65,14 +65,21 @@ exec_always [ -f ~/.cache/lockwallpaper ] \ # Output output * bg ~/.cache/wallpaper fill #123456 -# Monitor 1 +# Laptop +output 'Lenovo Group Limited 0x8AC2 Unknown' { + resolution 2944x1840@59.999Hz + scale 2 + position 0 0 +} + +# PC Monitor 1 output 'Microstep MAG274QRF-QD CA8A391600566' { resolution 3840x2160@60Hz scale 2 position 0 0 } -# Monitor 2 +# PC Monitor 2 output 'Samsung Electric Company SyncMaster H9XB215463' { resolution 1920x1200@59.950Hz transform 270 @@ -82,6 +89,7 @@ output 'Samsung Electric Company SyncMaster H9XB215463' { } # Default workspace +workspace 1 output 'Lenovo Group Limited 0x8AC2 Unknown' workspace 1 output 'Microstep MAG274QRF-QD CA8A391600566' workspace 0 output 'Samsung Electric Company SyncMaster H9XB215463' |
