Commit graph

980 commits

Author SHA1 Message Date
Bastien Dejean
ee00fda00c Merge branch 'persistent_monitors' 2014-05-03 19:35:28 +02:00
Bastien Dejean
ebc299fb01 Merge pull request #135 from esn89/master
Add BAR panel font
2014-05-01 14:10:11 +02:00
esn89
7496a0932b added BAR panel font 2014-05-01 01:05:44 +00:00
Bastien Dejean
f04da55ab6 New setting: persistent_monitors 2014-04-29 11:50:09 +02:00
Bastien Dejean
fb962062e3 Merge pull request #136 from chessman/master
Fix source_these: remove commas
2014-04-27 12:43:28 +02:00
Eugene Apollonsky
1feffa9403 Fix source_these: remove commas 2014-04-27 12:32:26 +04:00
Bastien Dejean
e1950012e4 Merge pull request #134 from Stebalien/master
Pop the second pointer track argument
2014-04-20 10:38:08 +02:00
Steven Allen
0df10316d4 Pop the second pointer track argument. 2014-04-19 14:07:28 -04:00
Bastien Dejean
72a7a4d44a Merge pull request #130 from Ohope5/patch-1
Make colors work in panel_bar
2014-03-31 17:57:41 +02:00
Oliver Hope
9cbee375a9 Make colors work in panel_bar
I realised the colours weren't sourced, causing the bar not to work correctly.
2014-03-31 12:35:40 +01:00
Bastien Dejean
a663f38c2c Update *bar* panel example for new syntax 2014-03-30 19:57:21 +02:00
Bastien Dejean
0ca5bf31d8 Increase class name string length 2014-03-29 10:56:22 +01:00
Bastien Dejean
aa886a71a4 Increase instance name string length
Fixes #129.
2014-03-28 21:54:33 +01:00
Bastien Dejean
da38f30c32 Don't return NULL nodes in node_from_desc 2014-03-13 21:57:59 +01:00
Bastien Dejean
da84c486ab Replace deprecated index function
http://pubs.opengroup.org/onlinepubs/009695399/functions/index.html
2014-03-13 21:30:34 +01:00
Bastien Dejean
b8cf51d989 Fix dzen2 panel script typo 2014-02-28 13:41:18 +01:00
Bastien Dejean
f98162fc38 Extend directional focusing to nearby monitors
Fixes #121
2014-02-26 20:59:08 +01:00
Bastien Dejean
42a0fdd253 Refactor error reporting
Fixes #123
2014-02-17 11:55:34 +01:00
Bastien Dejean
527766463e Fix dzen2 panel example center collision case
Fixes #122
2014-02-16 21:25:16 +01:00
Bastien Dejean
b8f9e567b9 Add a --get-status option to the *control* command
Fixes #120.
2014-02-11 18:40:34 +01:00
Bastien Dejean
76cd787937 Fix window centering 2014-02-09 16:57:14 +01:00
Bastien Dejean
d59fadd8ce Turn the *border_width* setting into a desktop/window setting 2014-02-09 14:47:27 +01:00
Bastien Dejean
da0fc3d11d Consider the border width when centering pseudo-tiled clients 2014-02-09 12:08:03 +01:00
Bastien Dejean
2c50a15455 Add desktop selector: MONITOR_SEL:^<n> 2014-02-09 10:23:01 +01:00
Bastien Dejean
167bd82d8e Center windows that don't specify an initial position 2014-02-08 19:01:50 +01:00
Bastien Dejean
764b428d38 The list of monitors must start with the primary monitor 2014-02-07 11:58:11 +01:00
Bastien Dejean
f6878c5ebd Remove *lower* rule consequence 2014-02-06 21:00:46 +01:00
Bastien Dejean
fd2a62af05 Filter focus requests using client source indication 2014-02-06 20:42:04 +01:00
Bastien Dejean
eabbdd1b4f Reintroduce the *automatic* window modifier 2014-02-03 10:30:41 +01:00
Bastien Dejean
7542b5e6ff Handle NULL nodes in node_matches 2014-02-02 14:36:23 +01:00
Bastien Dejean
8702ebf955 Don't try to set the split direction of *NULL* 2014-02-02 14:26:45 +01:00
Bastien Dejean
ac0d0dcac2 Add new rule consequence: split_dir 2014-02-02 14:10:44 +01:00
Bastien Dejean
f5054b595f Keep normal windows below fullscreen windows 2014-01-31 21:16:06 +01:00
Bastien Dejean
93894bd0fa Apply tab conversion to contrib/ 2014-01-21 20:51:02 +01:00
Bastien Dejean
a1dc440d7d Use tabs consistently 2014-01-21 20:48:49 +01:00
Bastien Dejean
d90955d28a Remove unused asciidoc.conf 2014-01-21 20:24:22 +01:00
Bastien Dejean
7cbcc64e7d Fix *restore* regression introduced by c231e8c
The lines of the output of `query -T` are now indented using tabs.

Hence, `restore_tree`'s *level* variable is now equal to the number of tabs.
2014-01-19 14:58:32 +01:00
Bastien Dejean
b9dcab1900 Remove trailing spaces in headers 2014-01-19 14:41:37 +01:00
Bastien Dejean
c231e8cf41 Indentation: convert spaces to tabs
http://lea.verou.me/2012/01/why-tabs-are-clearly-superior/
2014-01-18 16:30:00 +01:00
Bastien Dejean
65184b7113 Update status when focusing an urgent window 2014-01-13 20:39:41 +01:00
Bastien Dejean
f8b489b647 Prevent pointer actions on an unmanaged window 2014-01-12 21:17:35 +01:00
Bastien Dejean
0d1b920d24 Handle WM_NORMAL_HINTS atom modifications 2014-01-10 12:00:21 +01:00
Bastien Dejean
ae0250338f Update TODO list 2014-01-09 15:15:28 +01:00
Bastien Dejean
215d23b639 Fix scan-build *bug* 2014-01-09 15:09:23 +01:00
Bastien Dejean
b47c758ad5 Handle min/max window size hints 2014-01-09 14:58:54 +01:00
Bastien Dejean
adfdda3ea9 Add built-in rule to center dialog windows 2014-01-07 14:29:58 +01:00
Bastien Dejean
3250438d7c Update the insertion point if the target desktop changes 2014-01-05 10:43:13 +01:00
Bastien Dejean
50c6f10182 Add new rule consequence: window=WINDOW_SEL 2014-01-04 21:25:57 +01:00
Bastien Dejean
168ff7968f New desktop option: --equalize 2014-01-04 12:15:42 +01:00
Bastien Dejean
f7d3159a3b Improve colors of example bar panel 2014-01-04 12:01:17 +01:00