]> Freerunner's - dotfiles.git/commitdiff
hypr: tweak config
authorAndre Ramnitz <tux.rising@gmail.com>
Sat, 19 Jul 2025 17:36:40 +0000 (19:36 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Sat, 19 Jul 2025 17:36:40 +0000 (19:36 +0200)
dot-config/hypr/fragments/layerrules.conf
dot-config/hypr/fragments/windowrules.conf
dot-config/hypr/hyprland.conf

index 2b6c973e56095e5282ee3aaf58bb0328970ec083..052aee2f2b9cc955e6baf71fe6e5e079ec00d252 100644 (file)
@@ -3,5 +3,7 @@
 layerrule = blurpopups, top
 layerrule = blur, waybar
 layerrule = ignorealpha 0.1, waybar
+layerrule = blur, GTKDock
+layerrule = ignorealpha 0.1, GTKDock
 layerrule = blur, launcher
 layerrule = ignorealpha 0.1, launcher
index 3374762fb17cbce3605cb0d42cfa6c25eb9203ad..008cd587ba246ec82648c81af5f03e34f76a1e37 100644 (file)
@@ -89,8 +89,8 @@ windowrule = stayfocused, class:^(org.freedesktop.impl.portal.desktop.kde)$
 
 # handle steam client
 windowrule = float, class:^(steam)$
-windowrule = suppressevent activatefocus, class:^(steam)$, title:^(Steam)$
 windowrule = stayfocused, title:^()$, class:^(steam)$, title:^(Steam)$
+windowrule = suppressevent activate, class:^(steam)$, title:^(Steam)$
 windowrule = minsize 1 1, title:^()$, class:^(steam)$
 windowrule = noanim 1, class:^(steam)$
 windowrule = noblur 1, class:^(steam)$
@@ -114,6 +114,7 @@ windowrule = noshadow 1, tag:game
 windowrule = noanim 1, tag:game
 windowrule = opaque 1, tag:game
 windowrule = minsize 1280 800, tag:game
+windowrule = move 50% 50%, tag:game
 windowrule = plugin:hyprbars:nobar, tag:game
 windowrule = idleinhibit always,  tag:game
 windowrule = fullscreenstate 2 3,  tag:game
index 2209d881a39fb12eff3ea034957edfef4c846ddb..6f39efff6a0bae9caabee2cd4e38116fef25f893 100644 (file)
@@ -97,7 +97,7 @@ dwindle {
     force_split = 2
     smart_split = false
     split_width_multiplier = 2.0
-    single_window_aspect_ratio = 11 9
+    single_window_aspect_ratio = 16 9
     single_window_aspect_ratio_tolerance = 0.1
 }