From 7ea4129700d5b64b2161f9efb864f8f17c90c9b1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 9 Oct 2016 20:27:23 +0100 Subject: dont create taskbar entry --- sisyphus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sisyphus b/sisyphus index 6fc5b7e..2d257fc 100755 --- a/sisyphus +++ b/sisyphus @@ -5,7 +5,7 @@ # Main Author : Ghiunhan Mamut @ RogentOS Development Group export local showdialog="yad --title "sisyphus" --text-info --width 800 --height 600 --center --no-buttons --on-top --sticky --fixed --undecorated --skip-taskbar --listen --tail &" -export local showprogress="yad --title "sisyphus" --progress --pulsate --width 800 --center --no-buttons --on-top --sticky --fixed --undecorated --auto-close &" +export local showprogress="yad --title "sisyphus" --progress --pulsate --width 800 --center --no-buttons --on-top --sticky --fixed --undecorated --skip-taskbar --auto-close &" export local SISYPHUS=' -- cgit v1.2.3