<html><head><style>pre,code,address {
  margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
ol,ul {
  margin-top: 0em;
  margin-bottom: 0em;
}
blockquote {
  margin-top: 0em;
  margin-bottom: 0em;
}
</style></head><body><div>FYI, conky could take care of all these things:</div><div>- display a nice clock (analog?) with lua scripting</div><div>- display part or all of clipboards through a script utilizing e.g. xclip</div><div>- configuration to skip pager and taskbar</div><div><br></div><div><br></div><div>On Sun, 2023-05-21 at 00:46 -0300, Luciano ES wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>On Fri, 19 May 2023 14:47:21 -0400, Steve Litt wrote:<br></div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>I'm just curious. Why do you not want this particular window to show up<br></div><div>via alt+tab? I'm wondering if I have a use case for this feature.<br></div><div><br></div><div>Thanks,<br></div><div><br></div><div>SteveT<br></div></blockquote><div>************************<br></div><div><br></div><div><br></div><div>I have in fact two use cases for it.<br></div><div><br></div><div><br></div><div>1. I have a kind of clock application that just floats on the desktop<br></div><div>area. It tells the time and also does some clipboard manipulation in <br></div><div>the background. Since it's just supposed to float ghostly, it shouldn't <br></div><div>be included in the pager or taskbar.<br></div><div><br></div><div>The funny thing is I made that application and it already dodged the <br></div><div>pager and taskbar by itself, although it did come up in the pager<br></div><div>sometimes. The new setting on Openbox may have fixed that. Either way,<br></div><div>I had forgotten that could be done from my own application.<br></div><div><br></div><div><br></div><div>2. Then I used to have all my clipboard items displayed on the screen<br></div><div>with osdsh (on screen display) for half a second just to make sure I <br></div><div>have copied the right thing because I don't have a lot of trust in the <br></div><div>Linux clipboard. But osdsh is kind of broken because it can't display <br></div><div>accented characters such as é, ê, à, õ etc. If the clipboard content <br></div><div>began with one such character, the entire content would be invisible.<br></div><div><br></div><div>So I decided to replace osdsh with a quick and dirty mini window I <br></div><div>made in Tk. That introduced a new problem. Whenever I copied something<br></div><div>to the clipboard and quickly moved to Alt+Tab to another window to <br></div><div>paste the content, the clipboard mini window would get in the way and<br></div><div>make me Alt+Tab to it by mistake. But now with the new setting on <br></div><div>Openbox, it works perfectly.<br></div><div><br></div><div><br></div></blockquote><div><br></div><div><span></span></div></body></html>