From 79e6b0e69c7ebb32f3775c03330b9db9dc5447fa Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas Date: Thu, 8 May 2025 14:09:48 +0530 Subject: [PATCH] fix possible dragging issues with xwayland --- .config/hypr/hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 1804d46..6c2b5fa 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -195,6 +195,9 @@ layerrule = blur, rofi layerrule = blur, waybar layerrule = xray[0], rofi +# Fix some dragging issues with XWayland +windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 + # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER