Julien Danjou
10300c2b0a
add default mouse binding for layout
2007-11-14 18:20:44 +01:00
Julien Danjou
938850a487
rename setlayout to tag_setlayout
2007-11-14 18:19:00 +01:00
Julien Danjou
7c533b8b40
rename screen uicb correctly
2007-11-14 18:16:43 +01:00
Julien Danjou
895c3848eb
rename uicb_*mouse to uicb_client_*mouse
2007-11-14 18:14:23 +01:00
Julien Danjou
85adc07d19
rename uicb_set* to uicb_tag_set* since they apply on tags
2007-11-14 18:12:33 +01:00
Julien Danjou
aee9cdf8cb
prefix a bunch of uicb with client_
2007-11-14 18:10:51 +01:00
Julien Danjou
6c0608660d
rename view_tag* names to tag_view*
2007-11-14 18:07:38 +01:00
Julien Danjou
4ca7059efc
rename uicb_view to uicb_tag_view
2007-11-14 18:07:38 +01:00
Julien Danjou
bfde2f3211
rename uicb_toggletag to uicb_client_toggletag
2007-11-14 18:07:38 +01:00
Julien Danjou
10391f3190
rename uicb_toggleview to uicb_tag_toggleview
2007-11-14 18:07:38 +01:00
Julien Danjou
f4390bfc3e
rename uicb_togglefloating to uicb_client_togglefloating
2007-11-14 18:07:38 +01:00
Julien Danjou
5b0987bb28
rename uicb_tag to uicb_client_tag
2007-11-14 18:07:38 +01:00
Julien Danjou
455ef2e1d7
rename uicb_swap{prev,next} to uicb_client_swap{prev,next}
2007-11-14 18:07:35 +01:00
Julien Danjou
c5ee95992c
rename uicb_killclient to uicb_client_kill
2007-11-14 17:50:16 +01:00
Julien Danjou
7a919a76fb
mouse button clicks on windows are now configurable
2007-11-14 17:18:16 +01:00
Julien Danjou
f70424487e
screen can now be specified in rules
2007-11-12 18:21:03 +01:00
Julien Danjou
05e102a49a
mouse clicks on root window are now configurable
2007-11-12 10:55:21 +01:00
Julien Danjou
a75c7f694a
mouse buttons are now configurable for click on tag names
2007-11-11 15:40:01 +01:00
Julien Danjou
7604fa70b5
introduce mouse section in config file
2007-11-11 13:17:23 +01:00
Julien Danjou
799da178b0
layouts are now configurable per screen
2007-11-11 12:05:04 +01:00
Julien Danjou
1c9c2b9309
general options are now configurable per screen
2007-11-11 12:02:16 +01:00
Julien Danjou
9d6a985a02
colors are now configurable per screen
2007-11-11 11:58:58 +01:00
Julien Danjou
ceb6cc797a
ncol is now configurable per tag
2007-11-11 11:55:20 +01:00
Julien Danjou
59f377526f
nmaster is now configurable per tag
2007-11-11 11:53:10 +01:00
Julien Danjou
32b098796e
mwfact is now configurable per tag
2007-11-11 11:48:26 +01:00
Julien Danjou
a30227e27b
tags are now per screen configurable
2007-11-11 11:36:30 +01:00
Julien Danjou
1004cefa2f
Remove current tab support
...
We will add a real new one later.
2007-11-10 10:45:32 +01:00
Julien Danjou
6fae35349a
Implement per screen configuration for statusbar.
...
Others will come later.
2007-11-09 14:45:43 +01:00
Julien Danjou
f8c885aac5
Remove garbage in awesomerc
...
Thanks Piotr Husiatynski for pointing this
2007-11-08 17:33:11 +01:00
Julien Danjou
d9b49f546e
config: print useful error messages on parsing error or config file error
2007-10-31 15:11:39 +01:00
Julien Danjou
ee64728f41
add reloadconfig key binding
2007-10-31 11:46:09 +01:00
Florian Forster
0dce437e0f
awesomerc: Remove one of the two `toggletag 3' definitions.
...
Having this twice has the funny effect of the tag being activated and (near)
constantly being deactivated again.
Signed-off-by: Florian Forster <octo@verplant.org>
2007-10-27 18:09:07 +02:00
Julien Danjou
237a97dfc0
remove duplicate view 9
2007-10-16 18:29:14 +02:00
Julien Danjou
14ea2dc0ae
minimal tab support
2007-10-15 16:28:36 +02:00
Julien Danjou
fa28ccd70a
fix indentation of default awesomerc
2007-10-15 12:28:45 +02:00
Julien Danjou
d4da588bd8
change escape to the right name
2007-10-10 23:00:59 +02:00
Julien Danjou
1a1146eff2
add max and floating layout in default awesomerc
2007-10-10 13:35:19 +02:00
Julien Danjou
3dcf2bd5b7
fix inversion of swap{prev,next} bindings
...
Thanks to MATSUU Takuto <matsuu@gmail.com>
2007-10-10 08:08:38 +02:00
Julien Danjou
2cc1d24c8c
fix indentation in default config file
2007-10-09 21:45:15 +02:00
Julien Danjou
cb3230bf21
fix typo on space
2007-10-09 21:44:27 +02:00
Julien Danjou
92e250aa59
fix typo in config file
2007-10-09 14:00:02 +02:00
Julien Danjou
de45017b5d
switch to libconfuse instead of libconfig
2007-10-08 18:45:05 +02:00
Julien Danjou
3046af6f54
new feature: add option to center pointer on focused client
2007-10-08 14:26:43 +02:00
Julien Danjou
97a2085705
cosmetic: remove lines with empty spaces at end
2007-10-03 17:26:14 +02:00
Julien Danjou
757c2c77f8
change default colors
2007-10-02 17:15:08 +02:00
Julien Danjou
d76902653a
change behaviour of uicb_setlayout: no arg now reset to first/default layout ; add bindings in default config
2007-10-02 14:28:39 +02:00
Julien Danjou
e2c315cf85
remove duplicate line
2007-10-02 00:43:47 +02:00
Julien Danjou
272f4b1c2a
Xft support
2007-10-01 19:22:57 +02:00
Julien Danjou
1695d811e4
change x-terminal-emulator to xterm
2007-10-01 12:50:43 +02:00
Julien Danjou
6d77645872
change urxvt by x-terminal-emulator in default config
2007-09-26 20:00:16 +02:00