Peter Uithoven

Results 455 comments of Peter Uithoven
trafficstars

Using `xsetwacom set "{device name}" MapToOutput next` seems to work great. Looking through the code I don't really understand which settings are available. It seems to change dconf settings like...

Great! I'll try to find some time this week ;)

Interesting idea. Having a separate page for adding a bookmarklet would allow such customizations.

Yeah localStorage is per domain. I think there was a hack with an iframe, but I didn't want to get into that. So that why I thought it was a...

Finally, after having my harddisk fail, I have time to look into this. I'm wondering, do we want to add all the css and js into the bookmarklet itself or...

A quick first step could be to load the latest bookmarklet.js into the href of a link, using something like: ``` $(function() { $.get( "bookmarklet.js", function( data ) { $("#bookmarklet").attr("href",data);...

I've expanded on the above trick with a dynamically filled offline bookmarklet: https://github.com/peteruithoven/jetzt/blob/add-bookmarklet/addbookmarklet.html In the end I would like to do something like setup on the following bookmarklet page: http://readable.tastefulwords.com/...

note to self, link to the following page for more info on bookmarklets: http://marklets.com/FAQ.aspx

This seems like a duplicate of https://github.com/Rafostar/clapper/issues/321 ?

This is a bit unclear, a few screenshots would have helped. > both actions You mean both maximizing and tiling left/right? > Since wingpanel is not supposed to show on...