From 8ce1b3d47f914811c289f06b8de43f7880125429 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Thu, 30 Oct 2025 20:27:30 +0100 Subject: Update linux config to use the light theme --- config/niri/config.kdl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/niri') diff --git a/config/niri/config.kdl b/config/niri/config.kdl index af5eab5..454db2f 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -73,7 +73,7 @@ input { // Find more information on the wiki: // https://github.com/YaLTeR/niri/wiki/Configuration:-Outputs // Remember to uncomment the node by removing "/-"! -/-output "eDP-1" { +output "eDP-1" { // Uncomment this line to disable this output. // off @@ -83,10 +83,10 @@ input { // for the resolution. // If the mode is omitted altogether or is invalid, niri will pick one automatically. // Run `niri msg outputs` while inside a niri instance to list all outputs and their modes. - mode "1920x1080@120.030" + mode "3024x1964@60.000" // You can use integer or fractional scale, for example use 1.5 for 150% scale. - scale 2 + scale 1.68 // Transform allows to rotate the output counter-clockwise, valid values are: // normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270. @@ -288,7 +288,7 @@ window-rule { window-rule { match is-focused=false - opacity 0.85 + opacity 0.8 } // Open the Firefox picture-in-picture player as floating by default. -- cgit