Change i3 config to use correct class names
This commit is contained in:
parent
5868a80fb8
commit
d110b43c42
|
@ -33,8 +33,8 @@ in
|
||||||
xsession.windowManager.i3 = {
|
xsession.windowManager.i3 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config.assigns = {
|
config.assigns = {
|
||||||
"${wsAttrs."1"}" = [{ class = "^Firefox$"; }];
|
"${wsAttrs."1"}" = [{ class = "^firefox$"; }];
|
||||||
"${wsAttrs."2"}" = [{ class = "^Discord$"; }];
|
"${wsAttrs."2"}" = [{ class = "^discord$"; }];
|
||||||
};
|
};
|
||||||
config.bars = [{
|
config.bars = [{
|
||||||
command = "${pkgs.i3-gaps}/bin/i3bar -t";
|
command = "${pkgs.i3-gaps}/bin/i3bar -t";
|
||||||
|
@ -141,3 +141,5 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue