From d46740d538bfa789aa54e7cac6c1f8767b31b28b Mon Sep 17 00:00:00 2001 From: Elias Renman Date: Thu, 30 Nov 2023 00:48:55 +0100 Subject: [PATCH] fix: insane rounded corners --- hypr/rice.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/hypr/rice.conf b/hypr/rice.conf index a2b0f49..fcddf18 100644 --- a/hypr/rice.conf +++ b/hypr/rice.conf @@ -24,7 +24,7 @@ decoration { # # Round corners # - rounding = 18 + rounding = 6 multisample_edges = true # @@ -60,8 +60,9 @@ decoration { # animations { enabled = true - # █▄▄ █▀▀ ▀█ █ █▀▀ █▀█   █▀▀ █░█ █▀█ █░█ █▀▀ - # █▄█ ██▄ █▄ █ ██▄ █▀▄   █▄▄ █▄█ █▀▄ ▀▄▀ ██▄ + # + # Bezier curve + # bezier = overshot, 0.05, 0.5, 0.1, 1.05 bezier = smoothOut, 0.36, 0, 0.66, -0.56 bezier = smoothIn, 0.25, 0.8, 0.5, 1 @@ -121,4 +122,6 @@ windowrulev2 = workspace 2, class:^(firefox)$ windowrulev2 = workspace 3, class:^(discord)$ windowrulev2 = workspace 3, class:^(Slack)$ windowrulev2 = workspace special, class:^(thunar)$ -windowrulev2 = workspace special, class:^(YouTube Music)$ \ No newline at end of file +windowrulev2 = workspace special, class:^(YouTube Music)$ +# fullscreen +windowrule = fullscreen, wlogout \ No newline at end of file