From 4808986b0873c15db21c8c3702b64537fb48463b Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Mon, 21 Jul 2025 20:54:28 -0500 Subject: changes - readded CC submodule - added discord window rules - readme change --- env/.config/hypr/hyprland.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'env/.config/hypr') diff --git a/env/.config/hypr/hyprland.conf b/env/.config/hypr/hyprland.conf index 4c20d06..62df229 100644 --- a/env/.config/hypr/hyprland.conf +++ b/env/.config/hypr/hyprland.conf @@ -436,6 +436,17 @@ windowrule = noborder, class:vesktop windowrule = noshadow, class:vesktop windowrule = noblur, class:vesktop +# discord +windowrule = float, class:discord +windowrule = monitor DP-1, class:discord +windowrule = move 0% 0%, class:discord +windowrule = size 70% 70%, class:discord +windowrule = workspace 11, class:discord +windowrule = bordercolor rgba(00000000), class:discord +windowrule = noborder, class:discord +windowrule = noshadow, class:discord +windowrule = noblur, class:discord + # Mumble windowrule = float, title:Mumble windowrule = monitor DP-1, title:Mumble -- cgit v1.3