Skip to content

Commit a6657d6

Browse files
alexaricerycee
authored andcommitted
sway: fix floating modifier description
PR #1054
1 parent 0a1ce53 commit a6657d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/services/window-managers/i3-sway/lib

modules/services/window-managers/i3-sway/lib/options.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ in {
353353
type =
354354
types.enum [ "Shift" "Control" "Mod1" "Mod2" "Mod3" "Mod4" "Mod5" ];
355355
default = cfg.config.modifier;
356-
defaultText = "i3.config.modifier";
356+
defaultText = "${moduleName}.config.modifier";
357357
description =
358358
"Modifier key that can be used to drag floating windows.";
359359
example = "Mod4";

0 commit comments

Comments
 (0)