Anselm R. Garbe
87fac5fd96
fixed a crashing bug
2006-03-01 12:47:28 +01:00
Anselm R. Garbe
eb6f1ac641
stacks are titled in pager, if the scaled rect is smaller than bar_height()
2006-03-01 12:34:31 +01:00
Anselm R. Garbe
4c9fe5addc
fixed issue reported by ality
2006-03-01 12:20:08 +01:00
Anselm R. Garbe
d7af7846f5
increasing status loop to 1 second, ixp is fast
2006-03-01 12:06:19 +01:00
Anselm R. Garbe
8e839de264
fixed Client->revert issues
2006-03-01 12:05:06 +01:00
Anselm R. Garbe
e23c331ba0
replaced size_t occurences with unsigned int, fixed issue reported by bogon (welcome disappearance issue)
2006-03-01 11:55:46 +01:00
Anselm R. Garbe
7e050df355
fixed sendtopage sel semantic, now in such case the client is focused
2006-03-01 11:47:14 +01:00
Anselm R. Garbe
7166dd8836
fixed pager page number drawing issue
2006-03-01 11:32:38 +01:00
Anselm R. Garbe
0d3b8a0b10
fixed some ugly stacking issues
2006-03-01 11:30:44 +01:00
Anselm R. Garbe
c855a6dad0
indexes begin at 0 now, page 0 can be used as clutter page (actually it is, Alt-{d,a} back again), sendto has no shortcuts in other cases atm
2006-03-01 11:09:49 +01:00
Anselm R. Garbe
853fa6c915
applied sumik's patch
2006-03-01 08:59:42 +01:00
Anselm R. Garbe
e5ecb84d2d
some tiny refactoring (renamed _to_ occurences into 2, removed crappy MAX mode from columns, we don't need it, set max to 1 instead (aka exclusive flag))
2006-03-01 07:51:04 +01:00
Anselm R. Garbe
e1c2e31c16
fixed another bug reported by bogon
2006-02-28 18:20:50 +01:00
Anselm R. Garbe
e2af9f01e9
fixed bug reported by bogon
2006-02-28 18:13:28 +01:00
Anselm R. Garbe
697169213f
changing check_dimension policy in resize_client (safe to prevent clients from doing weird things)
2006-02-28 17:24:44 +01:00
Anselm R. Garbe
978127964a
added MODKEY-Shift-s (for stacking mode of a column), MODKEY-Shift-m (for max mode of a column) and MODKEY-Shift-= for (equal mode, default)
2006-02-28 17:13:16 +01:00
Anselm R. Garbe
5d318d6a6b
proceeded
2006-02-28 16:31:18 +01:00
Anselm R. Garbe
8b51412f04
began additions of /X/X/{max,mode} files to allow setting columns in a special mode
2006-02-28 16:23:05 +01:00
Anselm R. Garbe
da897e5bed
added Control-Alt-r,y shortcut which destroys an empty page and Control-Shift-[1-9] shortcuts which send the selected client of page [1-9] to selected page
2006-02-28 14:58:55 +01:00
Anselm R. Garbe
83baf5de18
now 'sel' is a valid argument for sendtopage
2006-02-28 14:46:10 +01:00
Anselm R. Garbe
757a026b2b
changed destroy_page return type
2006-02-28 13:38:24 +01:00
Anselm R. Garbe
e872e07bb7
restored Sanders patch
2006-02-28 11:51:45 +01:00
Anselm R. Garbe
14706f499a
removed mouse warping by default (it is more annoying than useful)
2006-02-28 10:08:58 +01:00
Anselm R. Garbe
1c8c963c0f
'wmiir remove /<empty page>' will work now
2006-02-28 10:04:48 +01:00
Anselm R. Garbe
d61117a3db
modularized focus stuff somewhat (focus_page don't implies focus_client and vice versa)
2006-02-28 08:51:53 +01:00
Sander van Dijk
67c0cfbd9b
wmiir: do an explicit empty write when stdin is empty; this makes
...
it possible to for instance clear the bar by doing 'echo -n "" | wmiir write /bar/2/data'.
This makes sure that the bar is cleared when a window with no title is selected, instead of
retaining the title of the previously selected window.
2006-02-28 00:12:12 +01:00
Anselm R. Garbe
e9a88a2b14
updated
2006-02-27 19:28:27 +01:00
Georg Neis
93bb63e02a
cmd/wmiimenu.1: be more precise
2006-02-27 18:44:17 +01:00
Georg Neis
2813ec1ac9
cmd/wmiimenu.1: document environment variables
2006-02-27 18:23:28 +01:00
Anselm R. Garbe
57f485ff25
Added tag snap for changeset b4fccf947652fa088014c15d608d723569c26537
2006-02-27 16:46:32 +01:00
Anselm R. Garbe
5694ddf21c
cursor fix
2006-02-27 16:46:30 +01:00
Anselm R. Garbe
b8c77ae97c
Added tag snap for changeset cbc1bc4e1942d59405402203eda615c39273eb3c
2006-02-27 16:42:00 +01:00
Georg Neis
7336f770a2
README: remove references to 9base
2006-02-27 16:37:06 +01:00
Georg Neis
9cd8c5bd1b
rc/extern: unset WMII_FONT
2006-02-27 16:36:31 +01:00
Anselm R. Garbe
a9237821e3
small bugfix in client.c (moved x offset stuff to resize client), fixed focus issue in sendtopage
2006-02-27 16:31:13 +01:00
Anselm R. Garbe
c3b5fb7619
minimized movement overhead on attaching/sendtopage through a saner attach_client_to_page function
2006-02-27 16:09:13 +01:00
Anselm R. Garbe
5704f29b69
added WMII_FONT to shish wmiirc, because wmiimenu reads WMII_FONT from env(1)
2006-02-27 15:15:11 +01:00
Georg Neis
08aac84087
add missing sendtopage shortcuts (reported by ality)
2006-02-26 13:54:05 +01:00
Sander van Dijk
166868d8a1
small wmiirc fix
2006-02-26 12:06:23 +01:00
Sander van Dijk
9a3f135007
make shortcut name-ing consistent with wmiirc
2006-02-26 11:51:51 +01:00
salva
2b55f62c6b
reverted non portable shell brace expansion
2006-02-25 23:44:27 +00:00
salva
636162543a
use of sh's brace expansion to associate key bindings by common prefix (again)
2006-02-25 21:49:57 +00:00
Georg Neis
ce984446b0
add first version of sh scripts
2006-02-25 19:36:53 +01:00
Georg Neis
026c887fbe
same for the wmii script
2006-02-25 19:33:31 +01:00
Georg Neis
215ac62fd7
move rc scripts to extra/p9p/, set shebang to /usr/local/plan9/bin/rc, remove 9PREFIX
...
don't expect anything to work, files are missing now
2006-02-25 19:12:09 +01:00
Anselm R. Garbe
506c7a8835
sendtopage doesn't change selected page now
2006-02-25 16:05:51 +01:00
Anselm R. Garbe
0e9d520cfb
made changes to wmiir.c (/me thought would have been already fixed)
2006-02-24 17:20:25 +01:00
Anselm R. Garbe
313956abe0
cosmetic changes in wm.h
2006-02-24 17:13:58 +01:00
Anselm R. Garbe
47817e833e
simplified cmd/Makefile drastically
2006-02-24 11:53:12 +01:00
Anselm R. Garbe
73539061ad
removed empty line from wmiirc
2006-02-24 11:38:29 +01:00