aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdotfiles/.local/bin/ddtelegram2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/ddtelegram b/dotfiles/.local/bin/ddtelegram
index cc5028d..8ddff22 100755
--- a/dotfiles/.local/bin/ddtelegram
+++ b/dotfiles/.local/bin/ddtelegram
@@ -1,6 +1,6 @@
#!/bin/sh
-if pidof telegram-desktop-bin > /dev/null; then
+if pidof telegram-desktop > /dev/null; then
if [ -z $(swaymsg -t get_tree | grep -A 1 'telegramdesktop' | tail -n 1 | grep 'true') ]; then
swaymsg '[app_id="telegramdesktop"] scratchpad show'
else