
I'm setting up xmonad for the first time. I've setup stalonetray to hold nm-applet. I start both in my .xinitrc. Right now stalonetray overlaps my other windows. Is there some way to give trays a dedicated section at the top of the screen? I was reading online that something called "struts hints" are supposed to do that. Supposedly stalonetray supports these; however, it still ends up overlapping. Do I need to do some xmonad configuration to get it to recognize that stalone tray wants its own section of the screen? Right now I'm mostly just using the default xmonad config. The other issue I'm running into is that as I switch focus between windows using mod-j mod-k, stalonetray also receives focus. I'd rather focus skipped over stalonetray. Is there someway to tell xmonad to not focus a particular window with mod-j and mod-k? Thanks, Brendan

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2/6/11 13:22 , Brendan Miller wrote:
Right now stalonetray overlaps my other windows. Is there some way to give trays a dedicated section at the top of the screen? I was reading online that something called "struts hints" are supposed to do that. Supposedly stalonetray supports these; however, it still ends up overlapping. Do I need to do some xmonad configuration to get it to recognize that stalone tray wants its own section of the screen?
XMonad.Config.Desktop, or at minimum XMonad.Hooks.ManageDocks and maybe XMonad.Hooks.EwmhDesktops.
The other issue I'm running into is that as I switch focus between windows using mod-j mod-k, stalonetray also receives focus. I'd rather focus skipped over stalonetray. Is there someway to tell xmonad to not focus a particular window with mod-j and mod-k?
Same issue. Without dock and EWMH support, a tray is just an ordinary window. - -- brandon s. allbery [linux,solaris,freebsd,perl] allbery.b@gmail.com system administrator [openafs,heimdal,too many hats] kf8nh -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk1O8UwACgkQIn7hlCsL25Wj4gCgr/CTt5o4Hg+Xi8JQyynjPQ/i rmEAnjkSyVOryGHIHBn7Wtw/OsWzcRw+ =ekbL -----END PGP SIGNATURE-----
participants (2)
-
Brandon S Allbery KF8NH
-
Brendan Miller