1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

chore: update

This commit is contained in:
2024-07-10 12:56:55 +02:00
parent c1bdb5e422
commit bea8f8c150
2 changed files with 40 additions and 43 deletions

View File

@@ -180,10 +180,10 @@ in {
colors = let
background = config.lib.stylix.colors.withHashtag.base00;
in {
unfocused = {
border = lib.mkForce background;
childBorder = lib.mkForce background;
};
# unfocused = {
# border = lib.mkForce background;
# childBorder = lib.mkForce background;
# };
};
keybindings =
lib.listToAttrs (map (x: lib.nameValuePair "${modifier}+Shift+${toString x}" "move container to workspace ${toString x}") (lib.range 1 9))