niri: make workspace bindings only if the workspaces are fixed
This commit is contained in:
parent
331e17df53
commit
1d2505253f
2 changed files with 23 additions and 20 deletions
|
@ -47,6 +47,9 @@
|
|||
};
|
||||
};
|
||||
programs.my-niri.enable = true;
|
||||
programs.my-niri.workspaces = lib.genAttrs [ "04" "05" "06" "07" "08" "09" ] (_: {
|
||||
fixed = false;
|
||||
});
|
||||
programs.niri.settings = {
|
||||
input.keyboard.xkb.options = "ctrl:swapcaps";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue