diff options
Diffstat (limited to 'raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua | 6 |
1 files changed, 6 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 = "^$", |