Compare commits

..

2 commits

Author SHA1 Message Date
bbd84398c5 picom: don't put shadows on context menus 2023-02-20 18:24:08 -08:00
ee7296b380 xborders: fix typo 2023-02-20 17:56:01 -08:00
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@
];
shadow-exclude = [
"class_g = 'i3-frame'"
"override_redirect = true"
];
opacity-rule = [
"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.";
homepage = "https://github.com/deter0/xborder";
license = licenses.unlicense;
maitainers = with maintainers; [ elnudev ];
maintainers = with maintainers; [ elnudev ];
platforms = platforms.linux;
};
}