Changes
1 changed files (+16/-8)
-
-
@@ -81,7 +81,9 @@ let} } ${lib.strings.concatStringsSep "\n" (builtins.map serializeOutput cfg.outputs)} ${lib.strings.concatStringsSep "\n" ( builtins.map serializeOutput ([ cfg.primaryOutput ] ++ cfg.additionalOutputs) )} overview { backdrop-color "${backdropColor}"
-
@@ -196,6 +198,9 @@ letMod+U { focus-workspace-down; } Mod+I { focus-workspace-up; } Mod+P { spawn "niri" "msg" "output" "${cfg.primaryOutput.name}" "off"; } Mod+Y { spawn "niri" "msg" "output" "${cfg.primaryOutput.name}" "on"; } Mod+Ctrl+U { move-column-to-workspace-down; } Mod+Ctrl+I { move-column-to-workspace-up; }
-
@@ -236,14 +241,17 @@ inoptions = { wayland-desktop.niri = { outputs = lib.mkOption { primaryOutput = lib.mkOption { type = output; default = { name = "LG Electronics LG HDR 4K 0x00018909"; scale = 1.4; }; }; additionalOutputs = lib.mkOption { type = lib.types.listOf output; default = [ { name = "LG Electronics LG HDR 4K 0x00018909"; scale = 1.4; } ]; default = [ ]; }; input = {
-