From 215868651135200c739d906cc1314df05b741c64 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 28 Aug 2010 15:10:16 +0200 Subject: stalonetray: withdrawn (pos controlled by wm) dyn growing --- .config/stalonetray/stalonetrayrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/stalonetray/stalonetrayrc b/.config/stalonetray/stalonetrayrc index 1a41169..2db8661 100644 --- a/.config/stalonetray/stalonetrayrc +++ b/.config/stalonetray/stalonetrayrc @@ -40,11 +40,11 @@ decorations none # can be from 0 (disabled) to 3; this setting works # with tinting and/or transparent and/or pixmap # backgrounds (NEW in 0.7) -fuzzy_edges 0 +fuzzy_edges 2 # geometry # tray's geometry in standard X notation #geometry 140x64-50-14 -geometry 140x24+10+100 +geometry 24x24+0+0 # grow_gravity # one of N, S, E, W, NW, NE, SW, SE; tray will grow # in the direction opposite to one specified by @@ -54,7 +54,7 @@ geometry 140x24+10+100 grow_gravity W # icon_gravity # icon placement gravity, one of NW, NE, SW, SE -icon_gravity SE +icon_gravity SW # icon_size # specifies dimensions of typical icon slot icon_size 24 @@ -67,7 +67,7 @@ ignore_icon_resize false max_width 0 # max_height # specifies maximal tray's height (0 = no limit) -max_height 24 +max_height 25 # no_shrink [] # disables shrink-back mode (NEW in 0.7) no_shrink false @@ -113,7 +113,7 @@ window_type dock # withdrawn [] # start withdrawn (NEW in 0.7, prior to that # withdrawn mode was default!) -withdrawn false +withdrawn true # xsync [] # whether to operate on X server synchronously (SLOOOOW) xsync false -- cgit