mirror of
https://github.com/0intro/wmii
synced 2025-01-08 11:22:23 +03:00
Update NEWS
This commit is contained in:
parent
7617c47f52
commit
4107896be9
8
NEWS
8
NEWS
@ -1,3 +1,10 @@
|
||||
|
||||
* Add ‘Kill’ to client right-click menu
|
||||
* wmii9menu now takes similar args to wimenu
|
||||
* Document grow/nudge commands.
|
||||
* Add wimenu with history and caret support
|
||||
* Xinerama support
|
||||
|
||||
2008-08-25:
|
||||
* libixp version 97 now required
|
||||
* Stack and max modes now affect floating clients:
|
||||
@ -6,4 +13,3 @@
|
||||
- stack: All clients but selected are collapsed.
|
||||
* Adobe's Flash plugin's fullscreen mode now works.
|
||||
* Some annoying focus bugs are fixed.
|
||||
|
||||
|
@ -230,12 +230,7 @@ mouse_resizecolframe(Frame *f, Align align) {
|
||||
|
||||
min.x = Dx(v->r[a->screen])/NCOL;
|
||||
min.y = /*frame_delta_h() +*/ labelh(def.font);
|
||||
/* This would be so simple in lisp... */
|
||||
/* This must be evil. But, I hate to repeat myself. */
|
||||
/* And I hate to see patterns. */
|
||||
/* At any rate, set the limits of where this box may be
|
||||
* dragged.
|
||||
*/
|
||||
/* Set the limits of where this box may be dragged. */
|
||||
#define frob(pred, f, aprev, rmin, rmax, plus, minus, xy) BLOCK( \
|
||||
if(pred) { \
|
||||
r.rmin.xy = f->aprev->r.rmin.xy plus min.xy; \
|
||||
|
@ -161,7 +161,7 @@ echo $wmiinormcol | wmiir create $noticebar
|
||||
_keys = `{wi_getfuns Key}
|
||||
fn key {
|
||||
key=()
|
||||
for(k) if(! ~ $_keys $k) key = ($key Key-$k)
|
||||
for(k) if(! ~ $k $_keys) key = ($key Key-$k)
|
||||
~ $#key 0}
|
||||
|
||||
# This is... ugly.
|
||||
|
Loading…
Reference in New Issue
Block a user