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