Commit ef18746769c9

Vincent Demeester <vincent@sbr.pm>
2026-02-12 16:15:07
fix(niri): update okinawa display config to eDP-2 with scale 1
Changed output from eDP-1 to eDP-2 to match actual display. Updated mode to 1920x1200@144.001 and set scale to 1. Fixed screenshot path to use $(hostname) instead of hardcoded kyushu.
1 parent 6fd80b0
Changed files (1)
dots
config
dots/config/niri/config.kdl
@@ -19,11 +19,11 @@ input {
     }
 }
 
-output "eDP-1" {
-    mode "1920x1080@120.030"
+output "eDP-2" {
+    mode "1920x1200@144.001"
     scale 1
     transform "normal"
-    position x=0 y=1440
+    position x=0 y=0
 }
 
 output "LG Electronics LG ULTRAWIDE 0x0005D10C" {
@@ -87,8 +87,7 @@ spawn-at-startup "swaybg" "-i" "/home/vincent/desktop/pictures/lockscreen"
 
 prefer-no-csd
 
-// screenshot-path "~/desktop/pictures/screenshots/$(hostname)/%Y-%m-%d-%H%M%S.png"
-screenshot-path "~/desktop/pictures/screenshots/kyushu/%Y-%m-%d-%H%M%S.png"
+screenshot-path "~/desktop/pictures/screenshots/$(hostname)/%Y-%m-%d-%H%M%S.png"
 
 animations {
     // Uncomment to turn off all animations.