diff --git a/.config/hypr/windows_rules.conf b/.config/hypr/windows_rules.conf index a558658..bb1aa46 100644 --- a/.config/hypr/windows_rules.conf +++ b/.config/hypr/windows_rules.conf @@ -7,6 +7,11 @@ # Gnome calulator is floating windowrule = float, ^(org.gnome.Calculator)$ +# Telegram is a floating +windowrule = float, ^(org.telegram.desktop)$ +windowrule = size 500 750, ^(org.telegram.desktop)$ +windowrule = move 1000 50, ^(org.telegram.desktop)$ + # dnSpy needs to be tiled windowrule = tile, ^(dnspy.exe)$