From 2fc2aa61af42473c79d4c0e8bd9664291984a0d2 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Mon, 26 Feb 2024 19:24:59 +0100 Subject: [PATCH] Display telegram as float window on the top right --- .config/hypr/windows_rules.conf | 5 +++++ 1 file changed, 5 insertions(+) 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)$