Compare commits

..

No commits in common. "bbd84398c54c3852575aa2f4c8c1ae04e15b5905" and "e74e5a62764239cd05e9f2e0624fdda1d370f777" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -27,7 +27,6 @@
]; ];
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'"

View file

@ -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;
maintainers = with maintainers; [ elnudev ]; maitainers = with maintainers; [ elnudev ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }