]> Freerunner's - dotfiles.git/commitdiff
niri: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 21 Mar 2024 06:44:30 +0000 (07:44 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:53 +0000 (18:18 +0200)
config/niri/config.kdl

index e014b47758d442fcf474dcedb08fb2e4c866cb2e..a2a2b166bf58690c4254f885d5005a99a0a4627d 100644 (file)
@@ -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 "<width>x<height>" or "<width>x<height>@<refresh rate>".
@@ -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: