diff --git a/.config/hypr/conf/appearance.conf b/.config/hypr/conf/appearance.conf index 295ed4f..bc7514f 100644 --- a/.config/hypr/conf/appearance.conf +++ b/.config/hypr/conf/appearance.conf @@ -1,8 +1,14 @@ -decoration { - rounding = 10 - rounding_power = 2 +# __ _ _ __ _ __ ___ __ _ _ __ __ _ _ __ ___ ___ +# / _` | '_ \| '_ \ / _ \/ _` | '__/ _` | '_ \ / __/ _ \ +# | (_| | |_) | |_) | __/ (_| | | | (_| | | | | (_| __/ +# \__,_| .__/| .__/ \___|\__,_|_| \__,_|_| |_|\___\___| +# | | | | +# |_| |_| - active_opacity = 1.0 +decoration { + rounding = 0 + + active_opacity = 1.0 inactive_opacity = 1.0 shadow { @@ -11,9 +17,7 @@ decoration { blur { enabled = true - size = 6 - passes = 2 - - noise = 0.025 + size = 6 + passes = 2 } } diff --git a/.config/hypr/conf/monitors.conf b/.config/hypr/conf/monitors.conf index 21feb36..d7631e7 100644 --- a/.config/hypr/conf/monitors.conf +++ b/.config/hypr/conf/monitors.conf @@ -1,6 +1,9 @@ -################ -### MONITORS ### -################ +# _ _ +# (_) | +# _ __ ___ ___ _ __ _| |_ ___ _ __ ___ +# | '_ ` _ \ / _ \| '_ \| | __/ _ \| '__/ __| +# | | | | | | (_) | | | | | || (_) | | \__ \ +# |_| |_| |_|\___/|_| |_|_|\__\___/|_| |___/ monitor=,preferred,auto,1 monitor=eDP-1,preferred,auto,1.25 diff --git a/.config/hypr/conf/windowrules.conf b/.config/hypr/conf/windowrules.conf index b5de60b..475032e 100644 --- a/.config/hypr/conf/windowrules.conf +++ b/.config/hypr/conf/windowrules.conf @@ -1,6 +1,10 @@ -############################## -### WINDOWS AND WORKSPACES ### -############################## +# _ _ _ +# (_) | | | | +# __ ___ _ __ __| | _____ ___ __ _ _| | ___ ___ +# \ \ /\ / / | '_ \ / _` |/ _ \ \ /\ / / '__| | | | |/ _ \/ __| +# \ V V /| | | | | (_| | (_) \ V V /| | | |_| | | __/\__ \ +# \_/\_/ |_|_| |_|\__,_|\___/ \_/\_/ |_| \__,_|_|\___||___/ +# # Ignore maximize requests from apps. You'll probably like this. windowrule = suppressevent maximize, class:.* @@ -16,3 +20,10 @@ windowrule = float,class:^(engrampa)$ windowrule = float,class:^(viewnior)$ windowrule = float,class:^(PortProton)$ +# Smart gaps +workspace = w[tv1], gapsout:0, gapsin:0 +workspace = f[1], gapsout:0, gapsin:0 +windowrule = bordersize 0, floating:0, onworkspace:w[tv1] +windowrule = rounding 0, floating:0, onworkspace:w[tv1] +windowrule = bordersize 0, floating:0, onworkspace:f[1] +windowrule = rounding 0, floating:0, onworkspace:f[1]