This commit is contained in:
lelgenio 2024-06-20 22:30:12 -03:00
parent b97940aa97
commit 224fb19a69
3 changed files with 10 additions and 2 deletions

View file

@ -47,6 +47,8 @@ rec {
patches = (
final: prev: {
mySway = prev.sway.override {
withBaseWrapper = true;
withGtkWrapper = true;
sway-unwrapped = prev.sway-unwrapped.overrideAttrs (old: {
patches = old.patches ++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
});