From caa94f5ffa8957918278f9d4e0cdff8b922877e7 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 25 Apr 2026 22:10:09 -0500 Subject: Make steam apps fullscreen in Hypr --- hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index f3515b5..6883d55 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -249,6 +249,7 @@ windowrule = workspace +0, match:workspace name:spvimw, match:title negative:spv windowrule = workspace +0, match:workspace name:sptrmc, match:title negative:sptrmc windowrule = workspace +0, match:workspace name:helvum, match:title negative:helvum windowrule = workspace +0, match:workspace name:easyfx, match:title negative:easyfx +windowrule = fullscreen on, match:class ^(steam_app_.*)$ #}}} #{{{ Layerrules -- cgit v1.2.3 From 04214a43686b25ef18b803f395bf411f9363b015 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 25 Apr 2026 22:11:58 -0500 Subject: Ignore all htop files not just rc --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d0aa13..aa7b0ce 100644 --- a/.gitignore +++ b/.gitignore @@ -87,7 +87,7 @@ gtk-4.0/ guitarix/ Hellbeast v2/ Hellbeast v2.settings -htop/htoprc +htop/ ibus/ icedtea-web/ inkscape/ -- cgit v1.2.3