summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/theme-data
diff options
context:
space:
mode:
authorNippy <nippy@Nippy-Mac-mini.local>2026-09-20 17:06:52 +0200
committerNippy <nippy@Nippy-Mac-mini.local>2026-09-20 17:06:52 +0200
commit72001d49700542d7466ae61b1065368e5b241d52 (patch)
tree77341ef716bd0c1f029fcf0e2a4f610dd906b049 /raveos-hyprland-theme/theme-data
parenta95908de8949035c4b101500665cbddf7ac44e94 (diff)
downloadRaveOS-PKGBUILD-72001d49700542d7466ae61b1065368e5b241d52.tar.gz
RaveOS-PKGBUILD-72001d49700542d7466ae61b1065368e5b241d52.zip
hyperland fix
Diffstat (limited to 'raveos-hyprland-theme/theme-data')
-rw-r--r--raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua6
-rw-r--r--raveos-hyprland-theme/theme-data/hypr/hyprland.lua6
2 files changed, 12 insertions, 0 deletions
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
@@ -79,6 +79,12 @@ hl.window_rule({
})
hl.window_rule({
+ name = "windowrule-14",
+ match = { class = "vivaldi-stable" },
+ size = { 1920, 1080 },
+})
+
+hl.window_rule({
name = "fix-xwayland-drags",
match = {
class = "^$",
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",