this won't work I don't think
This commit is contained in:
parent
f33b7c6d39
commit
c09ab3b753
2 changed files with 1 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
Loading…
Reference in a new issue