313 Commits

Author SHA1 Message Date
Martin Duquesnoy
652b31dc0f Add condition in unmap event 2012-02-11 00:35:13 +01:00
Martin Duquesnoy
399fded639 Revert "Remove useless map in client_remove"
This reverts commit 12957b473d987486f1be330fb209dab9f42edc4a.
2012-02-11 00:26:44 +01:00
Martin Duquesnoy
12957b473d Remove useless map in client_remove 2012-02-11 00:21:27 +01:00
Martin Duquesnoy
99d732292f Add _NET_WM_WINDOW_TYPE_DIALOG support 2012-02-10 23:25:49 +01:00
Martin Duquesnoy
4bcd7db1ea Remove XSync in client_remove 2012-02-10 22:26:36 +01:00
Martin Duquesnoy
3b06e2ba8f Fix tag update at tag_client 2012-02-10 19:15:35 +01:00
arnault
24ad1ad813 add status section in manpages 2012-02-08 13:19:33 +01:00
arnault
1b12c23859 add updated manual pages and Makefile.in 2012-02-08 12:27:14 +01:00
arnault
bc4e475a74 fix resize iucb 2012-02-08 00:30:02 +01:00
arnault
4a25ac77e3 dummy fix 2012-02-07 21:07:04 +01:00
arnault
0d8135aacd update keybind_help script - fix align issue 2012-02-07 21:03:50 +01:00
arnault
925c01466a update keybind_help script 2012-02-07 20:06:58 +01:00
arnault
ce693abe89 update keybind_help script 2012-02-07 19:42:44 +01:00
arnault
bf398bd328 update keybind_help script 2012-02-07 19:41:22 +01:00
arnault
560ea5fa33 add keybind_help script 2012-02-07 19:26:48 +01:00
Martin Duquesnoy
21ab9cec9a Use client theme as surface theme 2012-02-07 16:59:41 +01:00
Martin Duquesnoy
229597a532 Remove unused variable 2012-02-07 16:30:15 +01:00
David Delassus
f8c6b9e209 Update tag element at client unmanage 2012-02-07 14:22:19 +01:00
Martin Duquesnoy
b753f7cf48 Add possible x,y arg in status_surface (w,h,#color OR x,y,w,h,#color) 2012-02-06 20:38:26 +01:00
Martin Duquesnoy
c2f108a3ae Arrange surface position with screen edge 2012-02-06 16:15:12 +01:00
Martin Duquesnoy
ff269f01b3 Add clean status_surface. cmd syntax: "w;h;bg <statusline>" 2012-02-06 15:29:48 +01:00
Martin Duquesnoy
b5764dd0a6 Fix fullscreen state toggle 2012-02-06 13:59:27 +01:00
Martin Duquesnoy
c23615271a Block refresh for multi statusline per barwin 2012-02-06 11:40:04 +01:00
Martin Duquesnoy
95c3224ad4 Add statusline option in [tag] 2012-02-06 11:31:29 +01:00
Martin Duquesnoy
5508a565a1 Test W->client in tag_client* uicbs 2012-02-06 09:57:06 +01:00
Martin Duquesnoy
33bcc29e83 revert + default occupied statusline 2012-02-06 02:27:38 +01:00
Martin Duquesnoy
0de4a544a3 Add ^P[] sequence for position bar: ^P[left/right;w;h;tickbord;val;valmax;bg;fg] OR x;y 2012-02-05 18:16:36 +01:00
Martin Duquesnoy
1aad44afc4 progressar sequence is vertical if w < h 2012-02-05 17:48:11 +01:00
Martin Duquesnoy
bb2b3e02bb Fix previous tag toggle on last tag 2012-02-04 21:02:22 +01:00
Martin Duquesnoy
5cd3297e1f Add _NET_ACTIVE_WINDOW update in client_focus() 2012-02-04 18:53:49 +01:00
Martin Duquesnoy
d015dc2904 add _NET_CLIENT_LIST support 2012-02-04 18:27:29 +01:00
Martin Duquesnoy
ce4d9c01a1 Fix graph for 0 value 2012-02-04 18:16:33 +01:00
Martin Duquesnoy
aa480e421c Fix graph lines pos 2012-02-04 05:59:10 +01:00
Martin Duquesnoy
537d8a6a27 Remove border arg of ^g[] sequence 2012-02-04 05:41:44 +01:00
Martin Duquesnoy
eb88702788 Add ^g[] sequence for graph: ^g[left/right;w;h;border;val;valmax;fg;bg;name] or x;y 2012-02-04 05:28:36 +01:00
Martin Duquesnoy
4f42f806e1 Add mousebind to p sequence 2012-02-03 18:39:52 +01:00
Martin Duquesnoy
cf701a43b6 Add \p[] sequence: \p[left/right;w;h;bord;val;valmax;bg;fg] OR x;y 2012-02-03 18:34:31 +01:00
Martin Duquesnoy
73e013266b Fix multi infobar dynamic tagging bug 2012-02-02 18:35:14 +01:00
Martin Duquesnoy
06cca7b413 Avoid prev tag action at tag_screen for last tag 2012-02-02 15:19:57 +01:00
Martin Duquesnoy
a6c235e062 Circular tag_next in tag_del 2012-02-02 13:35:41 +01:00
Martin Duquesnoy
dff9738c24 Fix !name case in tag and add default keybinds 2012-02-02 12:57:43 +01:00
Martin Duquesnoy
65c8c7a5ce Add tag_new & tag_del uicb (Dynamic tagging) 2012-02-02 12:03:54 +01:00
Martin Duquesnoy
688dfb34d2 Add tab rule 2012-02-02 11:15:21 +01:00
Martin Duquesnoy
e484510f52 Add client_tab_next_opened uicb 2012-02-02 10:44:38 +01:00
Martin Duquesnoy
8a527bbc81 Merge pull request #15 from hobbestigrou/master
To manage wmfs with login manager.
2012-02-01 15:11:13 -08:00
Hobbestigrou
0b9c0cb9b8 [Core] Makefile: Install wmfs desktop file in share xsessions. 2012-02-02 00:08:17 +01:00
Hobbestigrou
e30a155ad2 [Core] Wmfs: Add a wmfs desktop file for login manger like gdm. 2012-02-02 00:04:03 +01:00
Martin Duquesnoy
50f0911f10 Fix default status.sh 2012-02-01 14:18:18 +01:00
Martin Duquesnoy
acc66f62ab Fix SIGCHLD signal handling, remove fifo from master 2012-02-01 14:13:19 +01:00
Martin Duquesnoy
5e3c44824d Simplify screen_move_client_prev/next 2012-01-31 21:05:24 +01:00