diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-03-30 04:17:07 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-03-30 04:17:07 +0300 |
commit | 6069676c8e2cc4eb8b606369eea52cefec491195 (patch) | |
tree | d7e0e0c44d13f63a6688cb7838d28e87a46965bf | |
parent | b0885b9cc23ff3954b3002705768b242090be20b (diff) | |
download | swayrice-6069676c8e2cc4eb8b606369eea52cefec491195.tar.gz swayrice-6069676c8e2cc4eb8b606369eea52cefec491195.zip |
mf telegram changing process name again
-rwxr-xr-x | dotfiles/.local/bin/ddtelegram | 2 |
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 |