-
However conky still uses the Gnome desktop to implement its
quasi-transparency
As far as I know, all semi-transparency in existence uses the root window. As it happens, the GNOME wallpaper-setter sets both the nautilus (or compiz) wallpaper and the root window.
I think the Right Way(tm) to fix this is by doing real transparency instead of semi-transparency. Otherwise, KDE...
2008-06-30 21:26:59 UTC in Conky
-
Do the following (with synergy 1.3.1-2ubuntu2)
1) xandr -s 1600x1200 (or gnome display prefs ...)
2) pkill synergys
3) synergys
3) xrandr -s 800x600 (or wine StarCraft.exe ...)
4) Move the cursor to your other screen (synergy 1.3.1-2.1 on debian).
Now you can only move the mouse left and up.
The problem is that synergy warps the pointer to the center of the screen, according to its...
2008-06-16 13:48:55 UTC in synergy
-
A hackaround for a bug I'm filing; on halving the screen res, the "center" is lower right corner, so only up-left moves are done. This redefines the center to hack around this. Use as a hack until the "proper" fix arrives.
2008-06-16 13:46:41 UTC in synergy
-
SCIM has a hard coded table of compose key sequences. I think it would be better if SCIM read ~/.XCompose and/or "%L".
This also allows for SCIM to respect a locale different from the one from which the data in the table is created.
2008-05-21 16:30:28 UTC in Smart Common Input Method platform
-
File Added: catch-sighup.patch.
2007-12-11 02:50:28 UTC in Conky
-
The patch applies pad_percentages to some percentages where it wasn't applied. I think it's applied to all now, but I'm not sure.
Note that the wireless link quality (WLQ) percentage printed its own percentage sign. I removed that, to match how other percentages behave.
I've kept the five spaces after the (now) %*d for the WLQ; I figure they relate to the argument 5, so I shouldn't touch...
2007-12-11 02:30:52 UTC in Conky
-
In my mind, conky is a daemon-like process: it's long-running, and if it has a tty attached to it, it doesn't do anything. As such, I'd expect to be able to reconfigure it with SIGHUP. This patch does this.
2007-12-11 02:24:09 UTC in Conky
-
I have two computers, A (desktop) and B (laptop). A has a keyboard, B has a trackball, touchpad and keyboard.
I want to send trackball events from B to A, and I want to send keyboard events from A to B.
As far as I understand, for B to send trackball events, B needs to run as server. Similarly, for A to send keyboard events, A needs to run a server. But A can never give mouse focus to...
2007-07-08 10:42:33 UTC in synergy
-
3ddesktop doesn't look at _NET_DESKTOY_LAYOUT (which at least openbox understands) for determining the number of rows and columns in ewmh-mode (instead it sets numrows to 1). The patch fixes this.
2007-02-24 23:53:39 UTC in 3D Desktop
-
jonaskoelker committed revision 3 to the wmconf SVN repository, changing 5 files.
2006-07-28 22:42:43 UTC in wmconf