# HG changeset patch # User Oleksandr Gavenko # Date 1389287136 -7200 # Node ID d95d6ab31a4a2183137c99f8fa0713d79bf304c3 # Parent fee328355849ccabc26e8c2a265407c0013ba540 Fix Fvwm maximize window problem with stalonetray. Stalonetray try to avoid covering of tray window by maximized windows. diff -r fee328355849 -r d95d6ab31a4a .fvwm/config --- a/.fvwm/config Thu Jan 09 18:15:28 2014 +0200 +++ b/.fvwm/config Thu Jan 09 19:05:36 2014 +0200 @@ -93,7 +93,7 @@ AddToFunc InitFunction # Right offset: 80 from FvwmPager + 2*6 from border = 92. + I Exec exec xclock -digit -update 1 -strftime '%m-%d %T %a' -padding 2 -geometry 130x16-92+0 -face Monospace-9 -bg gray -+ I Exec exec stalonetray --geometry 1x16-$((130+92+24))+0 ++ I Exec exec stalonetray --window-strut none --grow-gravity S --icon-gravity N --geometry 1x16-$((130+92+24))+0 + I Exec exec emacs --name emacs-main + I Exec exec m4_XTERM_MC(`mc-main1') + I Exec exec goldendict diff -r fee328355849 -r d95d6ab31a4a .stalonetrayrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.stalonetrayrc Thu Jan 09 19:05:36 2014 +0200 @@ -0,0 +1,2 @@ +window_strut none + diff -r fee328355849 -r d95d6ab31a4a Makefile --- a/Makefile Thu Jan 09 18:15:28 2014 +0200 +++ b/Makefile Thu Jan 09 19:05:36 2014 +0200 @@ -40,7 +40,7 @@ # Project dirs/files. OVERRIDDEN_ITEMS := \ - .fvwm .xxkbrc .xmodmaprc \ + .fvwm .xxkbrc .xmodmaprc .stalonetrayrc \ .inputrc .minttyrc .Xdefaults .xinitrc .xserverrc .screenrc .dircolors \ .env .bashrc .bash_completion .bash_completion.d .zshrc .vimrc .ssh \ .pylintrc .pystartup .tclshrc .npmrc \