mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 07:00:48 +00:00
parent
0a1ce53990
commit
a6657d6b21
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ in {
|
||||||
type =
|
type =
|
||||||
types.enum [ "Shift" "Control" "Mod1" "Mod2" "Mod3" "Mod4" "Mod5" ];
|
types.enum [ "Shift" "Control" "Mod1" "Mod2" "Mod3" "Mod4" "Mod5" ];
|
||||||
default = cfg.config.modifier;
|
default = cfg.config.modifier;
|
||||||
defaultText = "i3.config.modifier";
|
defaultText = "${moduleName}.config.modifier";
|
||||||
description =
|
description =
|
||||||
"Modifier key that can be used to drag floating windows.";
|
"Modifier key that can be used to drag floating windows.";
|
||||||
example = "Mod4";
|
example = "Mod4";
|
||||||
|
|
Loading…
Reference in a new issue