feat: More hyprland updates

This commit is contained in:
2025-09-23 09:23:26 -04:00
parent 28c71ee752
commit 8bc955b12f

View File

@@ -59,17 +59,17 @@ source = ~/.config/hypr/env.conf
# https://wiki.hyprland.org/Configuring/Variables/#general
general {
gaps_in = 5
gaps_out = 15
gaps_in = 2
gaps_out = 5
border_size = 2
border_size = 1
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
# Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false
resize_on_border = true
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
allow_tearing = false
@@ -79,7 +79,7 @@ general {
# https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration {
rounding = 4
rounding = 2
rounding_power = 2
# Change transparency of focused and unfocused windows
@@ -205,9 +205,6 @@ device {
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
# Example windowrule
# windowrule = float,class:^(kitty)$,title:^(kitty)$
windowrulev2 = float,class:^(float)$
#windowrule = float,title:InstallWebApp
windowrulev2 = size 800 600,class:^(float)$,title:^(Install Web App)$
@@ -216,6 +213,9 @@ windowrulev2 = center,class:^(float)$,title:^(Install Web App)$
# Ignore maximize requests from apps. You'll probably like this.
windowrule = suppressevent maximize, class:.*
# Just a dash of opacity by default.
windowrule = opacity 0.97 0.92, class:.*
# Fix some dragging issues with XWayland
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0