diff --git a/hyprland.conf b/hyprland.conf index da5879d..b2ba07f 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -96,7 +96,7 @@ general { border_size = 1 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - col.active_border = rgba(ffffffe0) rgba(8f8f8fe0) 45deg + col.active_border = rgba(d0d0d0d0) rgba(4f4f4ff4) 45deg col.inactive_border = rgba(2f2f2fe0) extend_border_grab_area = false @@ -117,14 +117,15 @@ general { windowrule = immediate, class:^(cs2)$ windowrule = immediate, class:^(steam)$ +windowrule = immediate, class:^(cemu)$ windowrule = immediate, class:^(GDLauncher)$ # windowrule = immediate, class:^(cs2)$ # windowrule = immediate, class:^(cs2)$ # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration { - rounding = 0 - rounding_power = 10 + rounding = 4 + rounding_power = 16 # Change transparency of focused and unfocused windows active_opacity = 0.98