mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
i3: fix unfocused borders
This commit is contained in:
@@ -180,10 +180,10 @@ in {
|
|||||||
colors = let
|
colors = let
|
||||||
background = config.lib.stylix.colors.withHashtag.base00;
|
background = config.lib.stylix.colors.withHashtag.base00;
|
||||||
in {
|
in {
|
||||||
# unfocused = {
|
unfocused = {
|
||||||
# border = lib.mkForce background;
|
border = lib.mkForce background;
|
||||||
# childBorder = lib.mkForce background;
|
childBorder = lib.mkForce background;
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
keybindings =
|
keybindings =
|
||||||
lib.listToAttrs (map (x: lib.nameValuePair "${modifier}+Shift+${toString x}" "move container to workspace ${toString x}") (lib.range 1 9))
|
lib.listToAttrs (map (x: lib.nameValuePair "${modifier}+Shift+${toString x}" "move container to workspace ${toString x}") (lib.range 1 9))
|
||||||
|
|||||||
Reference in New Issue
Block a user