Display telegram as float window on the top right

This commit is contained in:
2024-02-26 19:24:59 +01:00
parent a95ea69f32
commit 2fc2aa61af

View File

@@ -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)$