Emmanuel Lepage Vallee
0e833fd5f4
awesomerc: Use the new declarative syntax
2016-02-10 01:25:41 -05:00
Uli Schlachter
1aed092fea
Merge branch 'util-getdir' of https://github.com/psychon/awesome
2016-01-17 15:59:54 +01:00
Tristan B. Kildaire
55b90cbd30
awesomerc.lua: spelling fix in comment
...
Closes https://github.com/awesomeWM/awesome/pull/619 .
2016-01-12 00:35:29 +01:00
Uli Schlachter
20c9723c5b
awful.util: Add getters for themes and icon paths
...
Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-12-11 18:24:30 +01:00
Uli Schlachter
8953218e5c
Use get_cache_dir() instead of getdir("cache") everywhere
...
Just because I like that function more. :-)
Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-12-11 18:16:26 +01:00
actionless
0516203610
feat(lib: awful: hotkeys_popup): widget to show awesome and third-party keybindings
...
Closes https://github.com/awesomeWM/awesome/pull/421 .
2015-12-02 01:02:15 +01:00
Daniel Hahler
56e85d45d4
default config: enhance list of default floating clients
...
Closes https://github.com/awesomeWM/awesome/pull/329
2015-12-01 20:17:21 +01:00
actionless
b9db1d032a
feat(awesomerc): add descriptions for some keybindings
2015-10-27 19:52:39 -04:00
Daniel Hahler
035e905836
awesomerc.lua: remove trailing whitespace
2015-10-22 23:57:47 +02:00
Daniel Hahler
0c57cc0155
Default config: use shorter `awful.spawn`
2015-10-11 14:06:27 +02:00
Daniel Hahler
aaea20170d
Default config: use new `awful.spawn.spawn`
2015-10-10 22:37:27 +02:00
Uli Schlachter
b34a653448
Merge branch 'master' of https://github.com/everslick/awesome
2015-10-10 19:58:45 +02:00
Alastair Robertson
b7669161a0
Add optional limit for nmaster/ncol based on number of tiled windows
...
Closes https://github.com/awesomeWM/awesome/pull/430 .
2015-09-19 12:05:28 +02:00
Clemens Kirchgatterer
702fa1967c
Improved fix for #240 by makeing instance local to client_menu_toggle_fn
2015-09-13 14:47:16 +02:00
Clemens Kirchgatterer
09de5c8f53
fix #420 (clients menu does not reopen instantly after closewith ESC)
2015-09-13 10:58:44 +02:00
Daniel Hahler
cbe684efd1
Add awful.screen.focused [FS#1029]
...
This allows to configure / override what gets considered to be the
"focused screen".
Ref: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1029
Closes https://github.com/awesomeWM/awesome/pull/94 .
2015-07-21 12:51:45 +02:00
Daniel Hahler
d5cf6e0272
Add client.first_tag, as a shortcut for `c:tags()[1]`
...
This is meant to be a faster alternative in case only the first tag is
relevant/used.
Closes https://github.com/awesomeWM/awesome/pull/294 .
2015-07-14 01:20:39 +02:00
Daniel Hahler
1050237d04
minor: fix/improve doc comments
2015-07-12 17:42:53 +02:00
Daniel Hahler
d4c7a7ce04
Make sure "err" is a string in debug::error handler
...
I've noticed that `Pango.parse_markup` returns "userdata" instead of a
string in case of errors [1], which then causes the `debug::error`
handler to not handle it correctly:
W: awesome: luaA_dofunction:77: error while running function
stack traceback:
[C]: in ?
[C]: in function 'error'
/usr/local/share/awesome/lib/wibox/widget/textbox.lua:63: in function 'set_markup'
[string "require("wibox").widget.textbox():set_markup(..."]:1: in function 'f'
/usr/local/share/awesome/lib/awful/remote.lua:25: in function </usr/local/share/awesome/lib/awful/remote.lua:21>
error: attempt to concatenate a userdata value
This patch makes sure that `err` is a string when passing it to
naughty.notify in the default `debug::error` handler.
Closes #302 .
1: https://github.com/pavouk/lgi/issues/115
2015-07-10 20:53:12 +02:00
Daniel Hahler
2e2d60a1f9
client.focus.byidx: handle raising in the function itself
2015-06-25 06:47:39 +02:00
Daniel Hahler
38840c911b
default config: raise with "maximize" and "fullscreen"
...
After using sloppy mouse focus to select a client (which does not raise
it already), maximizing/fullscreening it should then raise it.
This also uses the new shortcut `c.maximized = not c.maximized`.
Closes https://github.com/awesomeWM/awesome/pull/270
2015-06-24 05:17:00 +02:00
Julian Wollrath
6cc7be512c
Remove the *.in from all files.
...
Signed-off-b: Julian Wollrath <jwollrath@web.de>
2015-06-19 22:33:32 +02:00