Skip to content

Commit

Permalink
sway: fix floating modifier description
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarice authored and rycee committed Mar 4, 2020
1 parent 0a1ce53 commit a6657d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/services/window-managers/i3-sway/lib/options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ in {
type =
types.enum [ "Shift" "Control" "Mod1" "Mod2" "Mod3" "Mod4" "Mod5" ];
default = cfg.config.modifier;
defaultText = "i3.config.modifier";
defaultText = "${moduleName}.config.modifier";
description =
"Modifier key that can be used to drag floating windows.";
example = "Mod4";
Expand Down

0 comments on commit a6657d6

Please sign in to comment.