diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-10-09 20:27:23 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-10-09 20:27:23 +0100 |
commit | 7ea4129700d5b64b2161f9efb864f8f17c90c9b1 (patch) | |
tree | c7f5e5b0129fdac0159f9ed09b3b79247ca997c2 | |
parent | c2d03dbfc36685dbcd481bc61ba402ebfea36631 (diff) |
dont create taskbar entry
-rwxr-xr-x | sisyphus | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=' <window title="Sisyphus - A simple Epkg GUI" window-position="1" icon-name="gtk-search" modal="true" resizable="false" width-request="1000" height-request="640"> <vbox> |