| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
ok sthen@ on an older incarnation
|
| |
|
|
|
|
|
|
|
| |
existing argv; same idea with respect to argv saving as Alexander
Polakov. reload support was half-complete and is getting in the way.
agreed to by many
|
|
|
|
|
|
| |
bwidth; this allows a client to be resized from a max state, which now
gets treated like a non-max'd client. based on a diff that does part of
this in a different way from Alexander Polakov.
|
| |
|
| |
|
|
|
|
| |
various blocks that require understanding the screen geometry.
|
|
|
|
|
| |
move chuck to display init; allows some shuffling to occur limiting
screen_init_xinerama()'s scope while keeping order intact.
|
|
|
|
|
|
| |
don't need to pass down the new values to screen_update_geometry(); so
just read the width/height values directly for both uses of
screen_update_geometry(). prep for further changes in this area.
|
|
|
|
| |
separation between cwm and ewmh. seen by a few.
|
|
|
|
|
|
|
| |
dummy one to use instead; allows us to not have to wait for menu_init(),
so re-shuffle _NET_SUPPORTED slightly.
ok sthen@
|
|
|
|
|
|
| |
Alexander Polakov.
ok sthen@
|
|
|
|
| |
ok sthen@
|
|
|
|
|
| |
persistence; based on a diff from Alexander Polakov, in preparation for
looping through other potential cycling modifiers.
|
|
|
|
|
|
|
| |
the group of the main application window; based on a diff from Alexander
Polakov with CLIENT_IGNORE flag suggestion from oga@.
ok oga@
|
|
|
|
|
|
| |
from me.
ok oga@
|
|
|
|
|
|
|
|
|
|
| |
i.e. horiz-max + vertmax = full maximisation. full - horiz = vertmax.
etc.
Martynas wrote something like this once, so I did okan, this version
seems to finally deal with the corner cases.
ok okan@.
|
|
|
|
| |
around when dealing with {,h,v}max. same idea from oga.
|
|
|
|
| |
ok oga@
|
|
|
|
|
|
|
| |
group as the active client (as opposed to all unhidden clients); from
Alexander Polakov, with a tiny tweak requested by oga.
ok oga@
|
|
|
|
|
|
| |
applies to the user supplied font, so rename.
ok oga@
|
|
|
|
|
|
| |
small diff from Thomas Pfaff.
ok oga@
|
| |
|
|
|
|
|
|
|
|
| |
sense and to be slightly less un-expected. from Alexander Polakov.
re-use 'normal' cursor now instead XC_hand1 for menu selection. i
really wish X had real docs and made sense.
ok on earlier diff with '?' removed (but it's back now) oga@
|
|
|
|
|
|
|
| |
opposing action, lower, already exists and bound. Both keyboard
mappings already exist.
'no opinion either way' oga@
|
|
|
|
|
|
|
|
| |
keyword taken from a diff from Sviatoslav Chagaev to do the same thing,
but implemented in a completely way (based on some very old code from
mk@). default set to 0, so no behavior change.
ok oga@ (who would also like to take it further...)
|
|
|
|
|
|
|
| |
as a bonus, flipping between various combinations of vmax+hmax provides
a more predictable behavior.
commitski oga@
|
|
|
|
|
|
| |
calculating ourselves, so do so.
ok oga@
|
|
|
|
| |
ok oga@
|
|
|
|
|
|
| |
the same thing.
ok oga@
|
|
|
|
| |
"no cookie! fix it" - oga@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
any window, after which all move/resize requests will be ignored,
essentially freezing the window in place.
there's a possibility to merge this with the 'ignore' concept, pending
on how ignore+freeze should behave (really more ewmh stuff), but punting
for now since ponies are on the line.
requested and tested by thib at k2k11 with ponies, unicorns and rainbows.
'save the unicorns' todd@, ok oga@
|
| |
|
|
|
|
| |
ok oga@
|
|
|
|
|
|
|
| |
(noticed by Tim Peniket), since we don't ever do anything with cliarg,
remove the hunk and cliarg completely.
ok oga@
|
|
|
|
|
|
| |
reminded by a similiar diff from Thomas Pfaff.
ok oga@
|
|
|
|
| |
ok oga@
|
|
|
|
|
|
|
|
| |
use the appropriate netwm Atom first, as well as deal with utf8.
slightly different incarnation tested by sthen@ and ajacoutot@ - thanks!
ok oga@
|
|
|
|
| |
ok oga@
|
|
|
|
|
|
|
|
|
| |
struct just for this is the least intrusive approach until the menu code
is reviewed.
inspired by Thomas Pfaff's report on tech@
ok oga@
|
|
|
|
|
|
| |
- teach _NET_WORKAREA about gap.
ok oga@
|
|
|
|
|
|
| |
are required.
encourged to go all the way by oga@
|
|
|
|
| |
ok oga@
|
|
|
|
| |
ok oga@
|
|
|
|
|
|
| |
separate commits.
ok oga@
|
|
|
|
|
|
| |
it's superfluous.
ok okan@
|
|
|
|
| |
ok okan@
|
|
|
|
|
|
|
|
|
|
|
|
| |
it works kinda like _CWM_GRP, which we added to aid restarts a while
ago, but it's standardised and clients are specifically allowed to set
it to request a desktop.
for noe we leave _CWM_GRP support in, but its days are now numbered.
while i'm here fixup an int/long mixup with an earlier diff.
ok okan@
|
|
|
|
|
|
|
|
|
|
| |
says that a pager can change the property at any time (most need a
clientmessage). So deal with property updates.
Needed to shuffle some of the other code around since we can't just use
shortcut_to_name[] everywhere now.
ok okan@
|