717 Commits

Author SHA1 Message Date
Martin Duquesnoy
a164eb8f7c Conf: Fix bug (last keybind) 2010-02-03 15:42:59 +01:00
Martin Duquesnoy
888b2a7467 Infobar: Set buffers size to MAXSS 2010-01-31 16:27:27 +01:00
Philippe Pepiot
6f1624f43b Init: Define layout_list statically 2010-01-24 19:41:24 +01:00
Philippe Pepiot
344d80206c init: fix possible segfault if HOME not set 2010-01-20 11:38:32 +01:00
Philippe Pepiot
c6b97b7892 init: end layout list with { NULL, NULL } 2010-01-20 11:29:59 +01:00
Martin Duquesnoy
6c0a0b62b6 Infobar: Remove debug stuff ... again... 2010-01-10 16:33:56 +01:00
Martin Duquesnoy
bc94d42372 Infobar: Remove useless strncpy. 2010-01-10 16:32:49 +01:00
Martin Duquesnoy
f4d683f17f Infobar: Remove debug stuff 2010-01-10 15:07:19 +01:00
Martin Duquesnoy
d8afcfa013 Infobar: Fix strncpy mistake. 2010-01-10 15:06:37 +01:00
Martin Duquesnoy
af0d459b4c Infobar: Improve and simplify infobar_draw_statustext. 2010-01-10 03:00:48 +01:00
Martin Duquesnoy
b766375db8 Infobar: Code cosmetic. 2010-01-07 18:33:16 +01:00
Martin Duquesnoy
26498dc07b Infobar: Add bar feature in infobar_draw_statustext to make rectangle with wmfs -s -> \b[xx;yy;width;height;#color]\ *TEST* 2010-01-07 18:27:34 +01:00
Martin Duquesnoy
000a1f4c3d Infobar: Add bar feature in infobar_draw_statustext to make rectangle with wmfs -s -> \b[xx;yy;width;height;#color]\ *TEST* 2010-01-03 23:02:25 +01:00
Martin Duquesnoy
f0daf5ba20 Init: Replace system by spawn at the first execution of status_path 2010-01-02 20:31:42 +01:00
Martin Duquesnoy
250518c2a4 Wmfsrc: Add status_timing in default conf 2010-01-02 18:31:19 +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
e4bbe15fc4 Infobar: Fix memleak in infobar_draw_statustext by replacing pointer to array 2010-01-02 16:50:37 +01:00
Martin Duquesnoy
8362a4ab68 Infobar/Init: Improve status.sh check test and fix free mistake (segfault) in infobar_draw_statustext from philpep 2010-01-02 12:13:27 +01:00
Philippe Pepiot
b49744289c Merge branch 'master' of git.wmfs.info:wmfs into philpep 2010-01-02 01:36:31 +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
f62e59117f Client: Fix client_above function (multi-head placement) 2009-12-27 11:19:15 +01:00
Martin Duquesnoy
436d28d248 Layout: Fix mistake when toggle of abovecf (arragement per tag) 2009-12-26 15:26:42 +01:00
Martin Duquesnoy
0a09838b80 Layout: Fix mistake when toggle of abovecf (arrangement) 2009-12-26 15:25:29 +01:00
Martin Duquesnoy
8c4641f7e5 Client: Abovefc option improved, better management of multi-head 2009-12-26 00:49:27 +01:00
Martin Duquesnoy
5d0b922907 Client/Layout: Add abovefc option and toggle uicb fonction. Requested by Arpinux. 2009-12-25 21:25:20 +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
4beaeb7a14 Client/Conf: Fix the mistake of the autistic linkdd.. 2009-11-21 22:11:06 +01:00
Martin Duquesnoy
5a25eaeff5 Ewmh/Event: Fix _WMFS_STATUSTEXT_x mistake 2009-11-16 19:40:33 +01:00
Philippe Pepiot
7b30445d19 Fix other memleak in infobar_draw_statustext() 2009-11-16 00:51:11 +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
Martin Duquesnoy
e9bc1590b0 Config: Fix bug with titlebar buttons. 2009-11-15 14:27:20 +01:00
Philippe Pepiot
34b8d78e80 Infobar: Fix memleak in infobar_draw_statustext() 2009-11-14 05:56:41 +01:00
Martin Duquesnoy
c37e192b4d Conf: *TEST* make parser faster. 2009-11-06 19:52:26 +01:00
Martin Duquesnoy
1b16cb9229 Merge branch 'master' of git.wmfs.info:wmfs 2009-11-02 20:09:27 +01:00
Martin Duquesnoy
0b5b2affd4 Client: Fix layout update bug when a client is closed on another tag. 2009-11-02 20:08:56 +01:00
linkdd
a84cc5ef48 Add option to set the new windows as master or not 2009-10-20 18:22:30 +02:00
Philippe Pepiot
39ef26690c Launcher: Replace ~/ by $HOME/ 2009-10-15 20:49:03 +02: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
Philippe Pepiot
7917654281 Launcher: Use stat(2) instead of DT_DIR from dirent.h 2009-10-13 23:47:07 +02:00
Philippe Pepiot
21e964a404 Launcher: Define _BSD_SOURCE to using DT_DIR on glibc 2009-10-13 22:46:35 +02:00
Philippe Pepiot
fd2852b50f Launcher: To use asprintf() with glibc we define _GNU_SOURCE 2009-10-13 22:39:34 +02:00
Philippe Pepiot
6abac69d8f Launcher: add filename completion 2009-10-13 21:57:24 +02:00
Philippe Pepiot
23848e8291 Launcher: rearrange completion 2009-10-13 20:11:14 +02:00
Martin Duquesnoy
3fa21c0d2e Layout: Add width reminder in layer layout. 2009-10-12 20:41:34 +02:00
Martin Duquesnoy
b45b14dcd0 Conf: Fix "bug" #7 requested by sahko. 2009-10-12 19:16:03 +02:00
Philippe Pepiot
a3a0dd32ba Don't care about return code for wait() 2009-10-12 01:39:28 +02:00
Martin Duquesnoy
6f17f0e5f7 Layout: Fix layer layout bug when decreasing tag layers 2009-10-11 19:51:27 +02:00
Martin Duquesnoy
ff729f59fa Layout: Add layer layout (manual layout), testing. 2009-10-11 19:24:13 +02:00
Martin Duquesnoy
b483262088 Wmfs: Add screen specification in wmfs -s -> screen -s <num> "string" 2009-10-04 17:12:47 +02:00