From bcf80acd07b16898340b9dfdcb64e27da5cdd838 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Thu, 20 Feb 2020 10:16:16 +0300 Subject: updated script for vk-messenger in and out of scratchpad --- dotfiles/.local/bin/ddvk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles/.local') diff --git a/dotfiles/.local/bin/ddvk b/dotfiles/.local/bin/ddvk index dedd2c9..1161f3e 100755 --- a/dotfiles/.local/bin/ddvk +++ b/dotfiles/.local/bin/ddvk @@ -1,12 +1,12 @@ #!/bin/sh if pidof vk > /dev/null; then - if [ -z $(swaymsg -t get_tree | grep -B 5 'vk' | head -n 1 | grep 'true') ]; then + if [ -z $(swaymsg -t get_tree | grep -B 6 'vk' | head -n 1 | grep 'true') ]; then swaymsg '[instance="vk"] scratchpad show' else swaymsg '[instance="vk"] move scratchpad' fi else - xway vk-messenger + vk-messenger fi -- cgit v1.2.3