Julien Danjou
86a970cde1
add default binding to restart awesome
2008-01-03 21:58:08 +01:00
Julien Danjou
a69b5dfc40
add option to show appicons in tasklist
2008-01-03 19:21:36 +01:00
Julien Danjou
15db0d2824
replace focustitle by tasklist in default config
2008-01-03 14:51:36 +01:00
Julien Danjou
757fcc76ba
remove default textbox
2008-01-03 14:33:58 +01:00
Julien Danjou
8d2190d88d
use white icons by default
2008-01-03 14:22:37 +01:00
Julien Danjou
f7f6951957
allow to have several statusbar
2007-12-30 21:00:34 +01:00
Julien Danjou
9bc998bb76
fix default layouts icons path
2007-12-30 14:29:28 +01:00
Julien Danjou
0aee718aba
add vim filetype
2007-12-29 21:55:58 +01:00
Thomas Guebels
a26bce5132
add mouse bindings to use mouse wheel on focustitle widget
2007-12-29 21:55:00 +01:00
Julien Danjou
849e7c1a70
install shared data (icons) in /usr/local/share
2007-12-27 16:58:09 +01:00
Julien Danjou
c900e37843
add mouse bindings to status bar
2007-12-27 15:49:00 +01:00
Julien Danjou
7be6a97972
change "default" in textbox to "text" and set it to a good default
2007-12-27 00:16:29 +01:00
Julien Danjou
91cc5a4618
use image instead of symbols for layouts
2007-12-27 00:13:44 +01:00
Julien Danjou
557cb90ff0
add netwmicon in default configuration
2007-12-22 19:44:47 +01:00
Julien Danjou
a45f64a9e9
proper alignement
2007-12-22 19:44:23 +01:00
Julien Danjou
e1d48e6c04
cosmetic
2007-12-22 19:44:01 +01:00
Julien Danjou
66d43ef0d9
change default conf to work with new widget layout
2007-12-16 13:12:35 +01:00
Julien Danjou
db6a9e92c3
add uicb_focus_history and bind with -1 to Mod4+Tab by default
2007-12-15 20:32:49 +01:00
Julien Danjou
602f921559
first try to get widget configurable
2007-12-15 18:21:02 +01:00
Aldo Cortesi
a6bb5abfef
Remove stubs for reloadconfig.
...
- reloadconfig never worked properly. There were a number of circumstances
under which it would crash awesome.
- reloadconfig always leaked memory, because our cleanup process was never
perfect. Making it perfect would be Hard.
- Just exec-ing awesome over the top of itself is an OK solution. Maybe we
should add a uicb_restart to do this so users don't have to think about
uicb_exec.
2007-12-15 09:46:28 +01:00
Julien Danjou
b9320be372
add spiral and dwindle layouts (fibonacci)
2007-12-14 17:05:29 +01:00
Julien Danjou
84bb954004
rename statusbar uicb and add uicb_statusbar_set_position
2007-12-14 15:52:52 +01:00
Julien Danjou
097e8e4172
Add uicb_screen_focus to switch to a specified screen.
2007-12-13 13:59:46 +01:00
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