sway: fix floating modifier description

PR #1054
This commit is contained in:
Alex Rice 2020-02-27 07:50:39 +00:00 committed by Robert Helgesson
parent 0a1ce53990
commit a6657d6b21
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -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";