Commit Graph

115 Commits

Author SHA1 Message Date
Martin Duquesnoy
c5da009b7a Conf: Add [misc] status_path option to choose status script path 2010-03-25 19:19:24 +01:00
Philippe Pepiot
6f1624f43b Init: Define layout_list statically 2010-01-24 19:41:24 +01:00
Martin Duquesnoy
7acf0139d4 Infobar/Wmfs: Fix infobar_draw_statustext, remove useless screen_count() 2010-01-02 17:38:13 +01:00
Martin Duquesnoy
796a72ecb8 Wmfs: Thread WMFS if status.sh is present, So update status.sh by itself each status_timing second, and add wmfs -S to update status.sh. !REPLACE YOUR STATUS.SH! (no loop anymore in the script) Requested by Matrhack. 2010-01-01 23:24:01 +01:00
Martin Duquesnoy
f916b8e0cb Init: Load ~/.config/wmfs/status.sh at startup (if status.sh is +x) 2009-11-22 20:29:43 +01:00
Martin Duquesnoy
a812c6d47e Config: set "set_new_win_master" false by default. 2009-11-15 15:52:15 +01:00
Martin Duquesnoy
ba45a360f7 Ewmh: Fix wmfs_statustext_x placement in net_atom enum 2009-11-15 14:52:53 +01:00
Philippe Pepiot
e723c03fe3 All: Use err(x) warn(x) instead of fprintf for formated error messages
with additional information from errno.
2009-10-14 00:15:24 +02:00
Martin Duquesnoy
b483262088 Wmfs: Add screen specification in wmfs -s -> screen -s <num> "string" 2009-10-04 17:12:47 +02:00
Martin Duquesnoy
537aed921d Wmfs: Fix bug when reload (last client opened not managed) 2009-09-09 14:06:09 +02:00
Martin Duquesnoy
bc3728bdb0 Wmfs: Keep client order when reloading. 2009-09-06 16:11:23 +02:00
Martin Duquesnoy
a34af54e78 Conf/ViWMFS: Add bind to set WMFS in ViWMFS mode in the default configuration and improve viwmfs function. 2009-08-24 17:27:27 +02:00
Martin Duquesnoy
14762210c1 ViWMFS: Add viwmfs.c. 2009-08-24 16:26:52 +02:00
Martin Duquesnoy
36c9f52296 All: Update head license in each file. 2009-08-22 22:56:41 +02:00
Martin Duquesnoy
c97cc8a7db Wmfs: Remove all Boolean value in the Client struct: all works with flags and fix multi-head _NET_WM_STATE_FULLSCREEN little placement buf. 2009-08-20 17:50:59 +02:00
Martin Duquesnoy
a5a5126082 Wmfs: Fix typo. 2009-08-20 12:09:42 +02:00
Martin Duquesnoy
81b9f8ebed Scan: Fix possible segfault when reload with scan and client->tag attribute. 2009-08-20 11:57:43 +02:00
Martin Duquesnoy
702d6065fa Wmfs: Add -C option to load a configuration file 2009-07-29 17:14:55 +02:00
Martin Duquesnoy
f252636744 Menu: Improve mouse event management in menu_manage_event. (Add Button{4, 5} management and quit when clicking on another window) 2009-07-29 16:17:54 +02:00
Martin Duquesnoy
33689fc5a0 Client/Layout: Fix focus issue (#1) with max layout. 2009-07-22 14:27:52 +02:00
Martin Duquesnoy
73318aca9d Wmfs: in quit(), just unhide and Reparent the window in ROOT. 2009-07-14 15:56:47 +02:00
Martin Duquesnoy
ec009c98e1 Client: Add 2 uicb function requested by bacardi95: client_screen_{next, prev}. 2009-07-13 21:54:00 +02:00
Martin Duquesnoy
c7a0fc9c3f Layout: Add update_layout boolean argument in arrange() function 2009-07-05 03:13:07 +02:00
Martin Duquesnoy
0b21569b3a Draw: Set dev trial 2009-06-23 00:31:32 +02:00
Martin Duquesnoy
343e2a22a6 Mouse: Add arrange for the old screen when move a client from one tag/screen to another 2009-06-20 13:06:36 +02:00
martin
e82d75b5ca Layout/Tag: Add request_update in Tag struct. WMFS Doesn't update layout each time you switch the tag, but only when it's requested. 2009-06-20 03:11:49 +02:00
martin
3fc2571b92 Launcher/Signal/Mouse: Set wmfs ANSI approved, use signal instead sigaction and fix mouse_resize tiny bug. 2009-06-20 01:20:41 +02:00
Martin Duquesnoy
cb1cfb5d8e Mouse/Frame: Add resize corner area left and mouse resize left and right. 2009-06-19 21:41:51 +02:00
Martin Duquesnoy
73f04fa5ac Wmfs: Don't free default gc ! it's free in XCloseDisplay. else -> segfault. 2009-06-19 18:05:05 +02:00
Martin Duquesnoy
f6011776c2 Wmfs: Free all GC everywhere 2009-06-19 17:59:59 +02:00
Martin Duquesnoy
c9e8e5d691 Getinfo: Add wmfs -g option for get some info about wmfs status 2009-04-30 22:02:17 +02:00
Martin Duquesnoy
8bdc1a6294 Wmfs: Simplify mainloop() 2009-04-24 04:44:26 +02:00
Martin Duquesnoy
92156f050d Client: Add _WMFS_ISFREE attributes to re-set the c->free attributes when reloading. 2009-04-23 22:17:27 +02:00
Martin Duquesnoy
1e1d14736f Scan: Fix screen set if there is less screen than before reload 2009-04-23 21:58:42 +02:00
Martin Duquesnoy
6d224f93d0 Wmfs: Replace raise(SIGTERM) by quit() in main() 2009-04-23 20:20:51 +02:00
Martin Duquesnoy
4380d64da1 Client: Add option in client_manage to arrange or not. 2009-04-23 19:57:56 +02:00
Martin Duquesnoy
51cccecaeb Scan: Update client attributes after client_manage and arrange all screen at the end. 2009-04-23 19:26:52 +02:00
Martin Duquesnoy
4cc9138485 Scan: Add XFree(ret) for each XGetWindowProperty() 2009-04-23 18:03:25 +02:00
Martin Duquesnoy
48020c685b Scan: Fix segfault in scan(). 2009-04-23 17:53:42 +02:00
Martin Duquesnoy
4ff2c4a353 Wmfs: Improve uicb_reload: Reload binary now. 2009-04-23 17:40:20 +02:00
Martin Duquesnoy
8e10f82c23 Scan: Check _WMFS_TAG and _WMFS_SCREEN when scan() to place correctly every client. 2009-04-23 17:16:16 +02:00
Martin Duquesnoy
4eef5cfa8c Wmfs: Remove statustext read on STDIN. 2009-04-22 02:53:22 +02:00
Martin Duquesnoy
2d1afba2e3 Wmfs: Remove shell, add -c and -s options, see -h. 2009-04-22 02:32:55 +02:00
Martin Duquesnoy
78d0572a70 ewmh: Fix net_wm_state_fullscreen management. 2009-04-21 22:51:30 +02:00
Martin Duquesnoy
582f1a9481 Screen/Infobar: Fix position with multi-head, add spgeo[] (screen pure geometry). 2009-03-30 07:30:32 +02:00
Martin Duquesnoy
c032d24640 Client: Fix feature #3. 2009-03-29 01:51:14 +01:00
Martin Duquesnoy
4d5883bbf0 Conf: Add multi mouse section possible in bar section. 2009-03-26 20:31:23 +01:00
Martin Duquesnoy
cc54ab8819 Layout: Fix uicb_set_layout. 2009-03-26 01:23:13 +01:00
Martin Duquesnoy
436aaf5856 Button: Add line multi section in button section (button { line { coord = {x1, y1, x2, y2} } }) to make your own button motive. 2009-03-23 00:56:06 +01:00
Martin Duquesnoy
1e6bf6821a Titlebar/button: New feature: Titlebar button. (titlebar{ button {} } in the configuration file) 2009-03-21 20:34:42 +01:00