diff options
-rw-r--r-- | .config/hypr/hyprland.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 3c214f9..7f6b3cf 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -62,7 +62,7 @@ general { } decoration { - rounding = 0 + rounding = 5 active_opacity = 1.0 inactive_opacity = 1.0 @@ -199,7 +199,6 @@ bindm = $mainMod, mouse:273, resizewindow ### WINDOWS AND WORKSPACES ### ############################## -windowrule = float, ^(imv)$ windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. workspace=1,monitor:DP-2, persistent:true |