From 0e44a7cb12c7cb3aff7d92a74635a99cd380506d Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Tue, 24 Jun 2025 12:54:25 +0200 Subject: [PATCH] i3: Fix Telegram executable name Telegram changed their binary name from 'telegram-desktop' to 'Telegram' in version 5.15.0. --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 510c295..1915a2e 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -235,7 +235,7 @@ for_window [class="^TelegramDesktop$"] \ scratchpad show bindsym $mod+Shift+t exec \ i3-msg '[class="^TelegramDesktop$"] scratchpad show' \ - || telegram-desktop + || Telegram for_window [class="^Signal$"] \ move scratchpad, \