technosaurus

Results 49 comments of technosaurus

I am more than happy to reassign ownership of my separated forks back to Sean if he wants them. I am maintaining them for my own experimental purposes and only...

@joewing If you are going to be poking at the parser anyhow, jwm's lack of support for single-quoted properties caused me hours of frustration at one point. What if using...

Oops, I mistakenly assumed the trimming of white space happend in lex.c, but the lexer already preserves whitespace which is later `trim()`-ed using the function in misc.c. In this case...

@Israel- I have already created a gtk based program called Simple Icon Tray that does this by running a tiny daemon process in the background to update the icon and...

for the icons, I was thinking autorefresh="true" with the default being false. the true value adds an inotify (or kqueue) watch to that icon and a change would trigger a...

A picture is worth 1000 words. Can you illustrate what you want? https://github.com/joewing/jwm/commit/0a6d98ea5bd341f1b57cef589e5d27f919cfec05 May be what you are asking about.

Just adding some relevant links: http://www.freedesktop.org/wiki/Specifications/XDND/ Most *.desktop files are set up to take XDND commands if supported and have a well-defined spec http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#exec-variables That spec doesn't cover text selections,...

> * Desktop > Desktop-specific data. The name attribute may be specified to name the desktop (the default is the desktop number). Within this tag, a Background tag may be...

It's a bit hacky but you can use groups and make it "below"

I kinda figured but it appears they have had that or similar bugs for over a decade now. I'm surprised they haven't added a preference setting (I don't use it...