changed monitor and updated hyprland window rules - 59in baby
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
#██ ▄█▄ ██ ██ ██ ▀▄██ ██ ██ ██ ██ ██ ▄█▄ ██ ██▄▄██▄ ██ ██ ██ ██▄▄ ▀▀▀▄▄▄
|
||||
# ▀██▀██▀ ██ ██ ██ ████▀ ▀████▀ ▀██▀██▀ ██ ██ ▀████▀ ██████ ██▄▄▄▄ █████▀
|
||||
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrule = suppress_event maximize fullscreen,
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrule = match:class ^$, match:title ^$, match:xwayland 1, match:float 0, match:fullscreen 0, match:pin 0, no_focus on
|
||||
|
||||
# Prevent apps from auto-maximizing themselves
|
||||
windowrule = suppress_event maximize, match:class .*
|
||||
|
||||
# 97% opacity when focused, 90% when unfocused
|
||||
windowrule = opacity 0.97 0.9, match:class .*
|
||||
|
||||
# Runelite specific rule
|
||||
windowrule = match:class ^(net-runelite-client-RuneLite)$, float on, size 1600 850, center on
|
||||
|
||||
Reference in New Issue
Block a user