aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin/ddtelegram
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/bin/ddtelegram')
-rwxr-xr-xdotfiles/.local/bin/ddtelegram12
1 files changed, 0 insertions, 12 deletions
diff --git a/dotfiles/.local/bin/ddtelegram b/dotfiles/.local/bin/ddtelegram
deleted file mode 100755
index 8ddff22..0000000
--- a/dotfiles/.local/bin/ddtelegram
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-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
- swaymsg '[app_id="telegramdesktop"] move scratchpad'
- fi
-else
- telegram-desktop
-fi
-