From c09ab3b7536933d44fcb105b5cb7cadc2f276453 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Tue, 18 Jul 2023 11:01:42 +0200 Subject: [PATCH] this won't work I don't think --- homes/jacek/gui/hypr/default.nix | 2 +- homes/jacek/gui/hypr/hypr.diff | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 homes/jacek/gui/hypr/hypr.diff diff --git a/homes/jacek/gui/hypr/default.nix b/homes/jacek/gui/hypr/default.nix index a9e9960..d752caf 100644 --- a/homes/jacek/gui/hypr/default.nix +++ b/homes/jacek/gui/hypr/default.nix @@ -7,7 +7,7 @@ config = { wayland.windowManager.hyprland = { enable = true; - package = inputs.hyprland.packages.${pkgs.system}.hyprland.overrideAttrs (_: _: { patches = [ ./hypr.diff ]; }); + package = inputs.hyprland.packages.${pkgs.system}.hyprland; plugins = [ inputs.hyprland-plugins.packages.${pkgs.system}.csgo-vulkan-fix inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces diff --git a/homes/jacek/gui/hypr/hypr.diff b/homes/jacek/gui/hypr/hypr.diff deleted file mode 100644 index 5e92690..0000000 --- a/homes/jacek/gui/hypr/hypr.diff +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/managers/input/InputMethodRelay.cpp b/src/managers/input/InputMethodRelay.cpp -index 99949fce..7a9d9326 100644 ---- a/src/managers/input/InputMethodRelay.cpp -+++ b/src/managers/input/InputMethodRelay.cpp -@@ -88,7 +88,7 @@ void CInputMethodRelay::onNewIME(wlr_input_method_v2* pIME) { - Debug::log(LOG, "IME Destroy"); - - if (PTI) { -- setPendingSurface(PTI, focusedSurface(PTI)); -+ // setPendingSurface(PTI, focusedSurface(PTI)); - - if (PTI->pWlrInput) - wlr_text_input_v3_send_leave(PTI->pWlrInput);