From 8bc955b12ff1aab63b78876f148fc1fe2500adcf Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 23 Sep 2025 09:23:26 -0400 Subject: [PATCH] feat: More hyprland updates --- hypr/hyprland.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 352a582..7607254 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -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