chiark / gitweb /
dot/xinitrc: Start stalonetray as a system tray.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 23 Jul 2009 15:01:08 +0000 (16:01 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 23 Jul 2009 18:14:56 +0000 (19:14 +0100)
I'm fed up with the Gnome panel tray, because it doesn't work properly
in vertical panels.  The stalonetray program seems to work OK, so I'll
go with that for now.

dot/stalonetrayrc [new file with mode: 0644]
dot/xinitrc
setup

diff --git a/dot/stalonetrayrc b/dot/stalonetrayrc
new file mode 100644 (file)
index 0000000..a2bf12d
--- /dev/null
@@ -0,0 +1,12 @@
+### config for stalonetray
+
+grow_gravity S
+icon_gravity SE
+skip_taskbar true
+transparent true
+vertical true
+geometry 28x28-28-0
+sticky true
+tint_color "#ffffff"
+tint_level 64
+fuzzy_edges 2
index f1252d68baadb965bfdd5ad8febad28623279369..7543e1522062a1902a3575aa1ac7797933f0558f 100755 (executable)
@@ -128,6 +128,9 @@ start-clients () {
   ## Panel.
   case $vnc in no) run bginit gnome-panel ;; esac
 
+  ## System tray.
+  run bginit stalonetray
+
   ## Local clients.
   start-clients-local
 }
diff --git a/setup b/setup
index 5c45d83ea28da8a3988257cf867d82ba99a39ca0..57f3b046421ee84d4678039790dd4c9fead63287 100755 (executable)
--- a/setup
+++ b/setup
@@ -146,6 +146,7 @@ dotfiles="
 [ "$xstuff" ] && dotfiles="$dotfiles
   xinitrc xsession Xdefaults vncrc vncsession
   fonts.conf
+  stalonetrayrc
   putty-defaults:.putty/sessions/Default%20Settings
   eterm-theme.cfg:.Eterm/themes/Eterm/theme.cfg
   e-keybindings.cfg:.enlightenment/keybindings.cfg