Commit graph

76 commits

Author SHA1 Message Date
Julien Danjou
4afb187e4f remove comments or it will fail libconfuse 2007-12-13 12:15:32 +01:00
Aldo Cortesi
c9dc57c756 Add a way to define key bindings in bulk, like this:
keylist
    {
        modkey = {"Mod4"}
        command = "client_tag"
        keylist = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }
        arglist = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }
    }

This patch also modifies the example awesomerc to use the new syntax. Should
be fully backwards compatible.
2007-12-13 11:50:21 +01:00
Julien Danjou
425f89bada remove dual-config: awesomerc is now preprocessed and compiled in awesome 2007-12-13 11:16:43 +01:00
Julien Danjou
5cbaaac719 fix typo 2007-12-13 10:19:09 +01:00
Julien Danjou
8dadb8b5df switch urxvt to xterm 2007-12-10 12:31:00 +01:00
Nathan Hüsken
9524f15478 Adding padding 2007-11-28 11:00:48 +01:00
Julien Danjou
de8ea9dde4 change defaut tag name to letters 2007-11-26 17:07:30 +01:00
Julien Danjou
ae93ae7780 add comments to awesomerc 2007-11-21 12:50:23 +01:00
Julien Danjou
dae3bcd2c7 remove _ on view_prev and view_next to be homogeneous 2007-11-14 21:38:25 +01:00
Julien Danjou
0cbcee5d0f add allow_lower_floats = false by default 2007-11-14 19:51:31 +01:00
Julien Danjou
e43df90214 remove mouse modkey 2007-11-14 19:50:30 +01:00
Julien Danjou
d5f532d723 fix some mouse and key bindings 2007-11-14 18:28:18 +01:00
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