Change i3 config to use correct class names

This commit is contained in:
Natsu Kagami 2022-04-09 14:37:19 -04:00
parent 5868a80fb8
commit d110b43c42
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -33,8 +33,8 @@ in
xsession.windowManager.i3 = {
enable = true;
config.assigns = {
"${wsAttrs."1"}" = [{ class = "^Firefox$"; }];
"${wsAttrs."2"}" = [{ class = "^Discord$"; }];
"${wsAttrs."1"}" = [{ class = "^firefox$"; }];
"${wsAttrs."2"}" = [{ class = "^discord$"; }];
};
config.bars = [{
command = "${pkgs.i3-gaps}/bin/i3bar -t";
@ -141,3 +141,5 @@ in
];
};
}