From 72001d49700542d7466ae61b1065368e5b241d52 Mon Sep 17 00:00:00 2001 From: Nippy Date: Sun, 20 Sep 2026 17:06:52 +0200 Subject: hyperland fix --- raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua | 6 ++++++ raveos-hyprland-theme/theme-data/hypr/hyprland.lua | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'raveos-hyprland-theme/theme-data') diff --git a/raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua b/raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua index 8d2eeb8..811b79e 100644 --- a/raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua +++ b/raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua @@ -78,6 +78,12 @@ hl.window_rule({ size = { 555, 555 }, }) +hl.window_rule({ + name = "windowrule-14", + match = { class = "vivaldi-stable" }, + size = { 1920, 1080 }, +}) + hl.window_rule({ name = "fix-xwayland-drags", match = { diff --git a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua index 7af6a24..2011427 100644 --- a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua +++ b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua @@ -160,6 +160,12 @@ hl.config({ }, }) +hl.config({ + cursor = { + no_warps = true, + }, +}) + hl.gesture({ fingers = 3, direction = "horizontal", -- cgit v1.3