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(+) (limited to 'hypr') 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 7c254d9c18ca08fd5b13f709e3465a72b9de9137 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 25 Apr 2026 22:13:03 -0500 Subject: Archive hypr plugins --- hypr/plugins.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hypr/plugins.txt (limited to 'hypr') diff --git a/hypr/plugins.txt b/hypr/plugins.txt new file mode 100644 index 0000000..21cb4cd --- /dev/null +++ b/hypr/plugins.txt @@ -0,0 +1,2 @@ +- [hyprsplit](https://github.com/shezdy/hyprsplit) +- [hyprland-plugins](https://github.com/hyprwm/hyprland-plugins) -- cgit v1.2.3