We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1ce53 commit a6657d6Copy full SHA for a6657d6
1 file changed
modules/services/window-managers/i3-sway/lib/options.nix
@@ -353,7 +353,7 @@ in {
353
type =
354
types.enum [ "Shift" "Control" "Mod1" "Mod2" "Mod3" "Mod4" "Mod5" ];
355
default = cfg.config.modifier;
356
- defaultText = "i3.config.modifier";
+ defaultText = "${moduleName}.config.modifier";
357
description =
358
"Modifier key that can be used to drag floating windows.";
359
example = "Mod4";
0 commit comments