fix fmt compositor config
This commit is contained in:
parent
badacda762
commit
a58b5e48bf
1 changed files with 10 additions and 11 deletions
|
|
@ -46,17 +46,16 @@
|
||||||
action = "change-mwfact";
|
action = "change-mwfact";
|
||||||
arg = 0.1;
|
arg = 0.1;
|
||||||
};
|
};
|
||||||
|
}
|
||||||
keybindings = builtins.listToAttrs (
|
// builtins.listToAttrs (
|
||||||
builtins.genList (i: {
|
builtins.genList (i: {
|
||||||
name = "Super-${toString (i + 1)}";
|
name = "Super-${toString (i + 1)}";
|
||||||
value = {
|
value = {
|
||||||
action = "focus-workspace";
|
action = "focus-workspace";
|
||||||
arg = i;
|
arg = i;
|
||||||
};
|
};
|
||||||
}) 9
|
}) 9
|
||||||
);
|
);
|
||||||
};
|
|
||||||
|
|
||||||
mousebinds = {
|
mousebinds = {
|
||||||
Super-Left = "swap-tile";
|
Super-Left = "swap-tile";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue