zaphyra's git: nixfiles

zaphyra's nixfiles

commit 3dc7b454be7014ca4e37d33ff2378c316c504921
parent 82f826da1ef7c4337b6548820b885689d3f69be1
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Sat, 26 Jul 2025 21:22:24 +0200

config/home/zaphyra/services/niri: center single colums, gap between tabs, add new keybind
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/config/home/zaphyra/services/niri.nix b/config/home/zaphyra/services/niri.nix
@@ -33,12 +33,14 @@
       gestures.hot-corners.enable = false;
 
       layout = {
+        always-center-single-column = true;
         gaps = 15;
         focus-ring = {
           width = 2;
           inactive.color = "rgba(59, 135, 86, .9)";
           active.color = "rgba(74, 169, 108, .9)";
         };
+        tab-indicator.gaps-between-tabs = 10;
       };
 
       cursor.theme = "DMZ-Black";

@@ -206,6 +208,8 @@
         "Mod+Shift+R".action = switch-preset-window-height;
         "Mod+Ctrl+R".action = reset-window-height;
 
+        "Mod+C".action = center-window;
+
         "Mod+F".action = maximize-column;
         "Mod+Ctrl+F".action = expand-column-to-available-width;
         "Mod+Shift+F".action = fullscreen-window;