From ee7296b3800609c5ca858b96c82ee7c594ff6211 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Mon, 20 Feb 2023 17:56:01 -0800 Subject: [PATCH 1/2] xborders: fix typo --- modules/xborders/xborders.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/xborders/xborders.nix b/modules/xborders/xborders.nix index 3ec4507..49711c8 100644 --- a/modules/xborders/xborders.nix +++ b/modules/xborders/xborders.nix @@ -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; }; } From bbd84398c54c3852575aa2f4c8c1ae04e15b5905 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Mon, 20 Feb 2023 18:24:08 -0800 Subject: [PATCH 2/2] picom: don't put shadows on context menus --- modules/picom/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/picom/default.nix b/modules/picom/default.nix index 41f9b51..0a2476c 100644 --- a/modules/picom/default.nix +++ b/modules/picom/default.nix @@ -27,6 +27,7 @@ ]; shadow-exclude = [ "class_g = 'i3-frame'" + "override_redirect = true" ]; opacity-rule = [ "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"