diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-09-24 22:15:16 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-09-24 22:15:16 +0300 |
commit | 0e618f52f5036a91060c564a8d4fb0f6d51ce6de (patch) | |
tree | df75ba7e71da28571e56769a3bad8411dce2009b /dotfiles/.local/bin/ddtelegram | |
parent | 954b6ca08eac7c3da5db8c3370c107074c5010f5 (diff) | |
download | swayrice-0e618f52f5036a91060c564a8d4fb0f6d51ce6de.tar.gz swayrice-0e618f52f5036a91060c564a8d4fb0f6d51ce6de.zip |
Improved "dropdown" terminal script
also removed unused ddtelegram
Diffstat (limited to 'dotfiles/.local/bin/ddtelegram')
-rwxr-xr-x | dotfiles/.local/bin/ddtelegram | 12 |
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 - |