[dev] SDL fullscreen problems in dwm

2010-05-07 Thread Thomas Spurden
, but it seems that this is the root of it to me. Does this seem a reasonable explanation? If so is there anything that can be changed in dwm to support full-screen SDL applications at non-current resolutions? [1] http://awesome.naquadah.org/bugs/index.php?do=details&task_id=717 -- Thomas Spurden

Re: [dev] SDL fullscreen problems in dwm

2010-05-14 Thread Thomas Spurden
|0x10); > } > > what about this hack? > I think you will find that this would just stop the app working; when the SDL_RESIZABLE flag is set the app has to react to SDL_VIDEORESIZE events from SDL by re-calling SDL_SetVideoMode with the size in the SDL_VIDEORESIZE event. If the app isn't set up to do this then things will go wrong... -- Thomas Spurden

[dev] [dwm] Popup bar patch

2010-08-19 Thread Thomas Spurden
, as these are the modifier keys which all my key bindings use. I didn't bother adding a config.h option for which key(s) pop up the bar, but it could easily be done. The patch is against hg tip (as of a few days ago anyway). -- Thomas Spurden diff -r 0d86faf4b05c dwm.c --- a/dwm.c Sun

Re: [dev] fast-booting to text editor

2011-03-21 Thread Thomas Spurden
/sys/power/state. To transfer stuff to your main machine you could add dropbear (ssh) - assuming you have some form of networking. It'll definitely boot/unsuspend faster than ewwbuntwo. -- Thomas Spurden