Compare commits
2 commits
e74e5a6276
...
bbd84398c5
Author | SHA1 | Date | |
---|---|---|---|
bbd84398c5 | |||
ee7296b380 |
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
||||||
];
|
];
|
||||||
shadow-exclude = [
|
shadow-exclude = [
|
||||||
"class_g = 'i3-frame'"
|
"class_g = 'i3-frame'"
|
||||||
|
"override_redirect = true"
|
||||||
];
|
];
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
|
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
|
||||||
|
|
|
@ -33,7 +33,7 @@ with pkgs; callPackage python3Packages.buildPythonPackage rec {
|
||||||
description = "Active window border replacement for window managers.";
|
description = "Active window border replacement for window managers.";
|
||||||
homepage = "https://github.com/deter0/xborder";
|
homepage = "https://github.com/deter0/xborder";
|
||||||
license = licenses.unlicense;
|
license = licenses.unlicense;
|
||||||
maitainers = with maintainers; [ elnudev ];
|
maintainers = with maintainers; [ elnudev ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue