hackerb9
hackerb9
Using Gnome 3.38 on the current stable Debian GNU/Linux, this extension did allow me to set three finger swipe to Go Forward and Go Back, which is exactly what I...
First, I have to thank you for this amazing resource! In-kernel drivers are extremely important to me and thanks to you I now know how to buy the right chipset...
I've never played Prince of Persia before SDLPoP and I found it surprisingly easy until I discovered that SDLPoP's quick save / quick load (F6 / F9) keys are not...
@astrand: please double-check that this works as expected and introduces no new problems. I have been testing this out (on the branch "shorthandopts") for a while and am confident in...
What is the purpose of -loops? In trying to figure out how to fix -loops in bug #73, I'm coming to the conclusion that they will be complex and bring...
It would be beneficial to users if xclip was smart enough to call `file` (if available) on documents being read and set the target appropriately. type=$(file --brief --mime-type foo.pnm) xclip...
Once xclip can handle mutiple targets (#101), it would be nice if xclip could add targets to an existing selection without having to respecify all of the previous target files...
This was more noticeable before I increased the INCR block size, but sometimes xclip's *pastes* (acting as a requestor) felt slower than if I used xsel. Transfers over a network...
Perhaps there should be an option to either have the output flushed after each INCR chunk or even completely unbuffered. While not a frequent occurrence, there is no reason to...
Before the latest pull request I sent in, xclip differentiated requestors based solely on the Window ID number. Since X reuses the number for the next client immediately upon it...