From b8d1e918dea50906e926fe67f2ed6cbb7ea3921b Mon Sep 17 00:00:00 2001 From: aclist Date: Sat, 8 Oct 2022 20:17:31 +0900 Subject: [PATCH] Drop wmctrl dependency --- dzgui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui.sh b/dzgui.sh index f0b2450..a1d3b76 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -62,7 +62,7 @@ print_news(){ #TODO: abstract zenity title params and dimensions declare -A deps -deps=([awk]="5.1.1" [curl]="7.80.0" [jq]="1.6" [tr]="9.0" [zenity]="3.42.1" [steam]="1.0.0" [wmctrl]="1.07") +deps=([awk]="5.1.1" [curl]="7.80.0" [jq]="1.6" [tr]="9.0" [zenity]="3.42.1" [steam]="1.0.0") changelog(){ if [[ $branch == "stable" ]]; then md="https://raw.githubusercontent.com/aclist/dztui/dzgui/changelog.md"