From: Andre Ramnitz Date: Thu, 21 Mar 2024 06:44:30 +0000 (+0100) Subject: niri: update config X-Git-Tag: v0.2~200 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=176328455a26f490b4da779a5061b09ed3289ef6;p=dotfiles.git niri: update config --- diff --git a/config/niri/config.kdl b/config/niri/config.kdl index e014b477..a2a2b166 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -63,7 +63,7 @@ input { // off // Scale is a floating-point number, but at the moment only integer values work. - scale 2.0 + scale 1.0 // Resolution and, optionally, refresh rate of the output. // The format is "x" or "x@". @@ -71,7 +71,7 @@ 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@144" + mode "5120x1440@120" // Position of the output in the global coordinate space. // This affects directional monitor actions like "focus-monitor-left", and cursor movement. @@ -82,14 +82,14 @@ input { // so to put another output directly adjacent to it on the right, set its x to 1920. // It the position is unset or results in an overlap, the output is instead placed // automatically. - position x=1280 y=0 + position x=5120 y=0 } layout { // You can change how the focus ring looks. focus-ring { // Uncomment this line to disable the focus ring. - // off + off // How many logical pixels the ring extends out from the windows. width 4 @@ -105,11 +105,12 @@ layout { border { // The settings are the same as for the focus ring. // If you enable the border, you probably want to disable the focus ring. - off + //off - width 4 + width 2 active-color 255 200 127 255 - inactive-color 80 80 80 255 + //active-color 127 200 255 255 + inactive-color 90 90 90 255 } // You can customize the widths that "switch-preset-column-width" (Mod+R) toggles between. @@ -127,7 +128,7 @@ layout { } // You can change the default width of the new windows. - default-column-width { proportion 0.5; } + default-column-width { proportion 0.33333; } // If you leave the brackets empty, the windows themselves will decide their initial width. // default-column-width {} @@ -142,8 +143,8 @@ layout { struts { left 0 right 0 - top 8 - bottom 8 + top 0 + bottom 0 } // When to center a column when changing focus, options are: