From 05e338fa007d1f65660a4de5f8b782ea92488e42 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Fri, 8 Nov 2024 20:14:03 -0600 Subject: [PATCH] Minor edits. --- .config/hypr/hyprland.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index e41ec0e..8a7d9d9 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -89,7 +89,7 @@ cursor { # https://wiki.hyprland.org/Configuring/Variables/#general general { gaps_in = 4 - gaps_out = 4 + gaps_out = 8 border_size = 2 @@ -108,7 +108,7 @@ general { # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration { - rounding = 10 + rounding = 8 # Change transparency of focused and unfocused windows active_opacity = 1.0 @@ -336,3 +336,7 @@ windowrulev2 = suppressevent maximize, class:.* # Fix some dragging issues with XWayland windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 + +# Example of how you can set window rules. +# This rule is for noborders and no rounded corners on workspace 4. +windowrulev2 = noborder, norounding, onworkspace:4 \ No newline at end of file