parent
13fdaa080c
commit
8935ed2a30
|
@ -130,9 +130,7 @@ for any coding, documentation or patch guidelines.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Online documentation is available at http://awesome.naquadah.org/doc/ for the
|
Online documentation is available at https://awesomewm.org/apidoc/.
|
||||||
stable branch and at http://awesomewm.github.io/apidoc/ for the master branch.
|
|
||||||
It can be built using `make ldoc`.
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -113,12 +113,3 @@ method.
|
||||||
#### Pull request
|
#### Pull request
|
||||||
- create a [pull request](https://github.com/awesomeWM/awesome/pulls)
|
- create a [pull request](https://github.com/awesomeWM/awesome/pulls)
|
||||||
|
|
||||||
#### git-send-email
|
|
||||||
- use `git format-patch -M` to create the patch;
|
|
||||||
- do *not* PGP sign your patch;
|
|
||||||
- be *careful* doing cut & paste into your mailer, not to corrupt whitespaces;
|
|
||||||
- if you change, add or remove the user API, the associated documentation
|
|
||||||
should be updated as well;
|
|
||||||
- send the patch to the list (`awesome-devel@naquadah.org`) if (and only if)
|
|
||||||
the patch is ready for inclusion. If you use git-send-email(1), please *test*
|
|
||||||
it first by sending email to yourself.
|
|
||||||
|
|
|
@ -244,7 +244,7 @@ Code:
|
||||||
|
|
||||||
|
|
||||||
In this example, the system is extended to that the popular
|
In this example, the system is extended to that the popular
|
||||||
[Vicious](http://awesome.naquadah.org/wiki/Vicious) extension module can be
|
[Vicious](https://github.com/Mic92/vicious) extension module can be
|
||||||
used directly in the layout declaration. This example will update the textbox
|
used directly in the layout declaration. This example will update the textbox
|
||||||
every 3 seconds to show the CPU usage.
|
every 3 seconds to show the CPU usage.
|
||||||
|
|
||||||
|
|
|
@ -810,7 +810,7 @@ and tips were no longer working properly.
|
||||||
|
|
||||||
### New website address
|
### New website address
|
||||||
|
|
||||||
The official website is now `http://awesomewm.org/` and is now hosted by
|
The official website is now `https://awesomewm.org/` and is now hosted by
|
||||||
GitHub. This will allow to retire the former server.
|
GitHub. This will allow to retire the former server.
|
||||||
|
|
||||||
### Awesome is now developed on GitHub
|
### Awesome is now developed on GitHub
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
--- D-Bus module for awful.
|
--- D-Bus module for awful.
|
||||||
--
|
--
|
||||||
-- This module simply request the org.naquadah.awesome.awful name on the D-Bus
|
-- This module simply request the org.awesomewm.awful name on the D-Bus
|
||||||
-- for futur usage by other awful modules.
|
-- for futur usage by other awful modules.
|
||||||
--
|
--
|
||||||
-- @author Julien Danjou <julien@danjou.info>
|
-- @author Julien Danjou <julien@danjou.info>
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
local dbus = dbus
|
local dbus = dbus
|
||||||
|
|
||||||
if dbus then
|
if dbus then
|
||||||
dbus.request_name("session", "org.naquadah.awesome.awful")
|
dbus.request_name("session", "org.awesomewm.awful")
|
||||||
end
|
end
|
||||||
|
|
||||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||||
|
|
|
@ -17,7 +17,7 @@ local dbus = dbus
|
||||||
local type = type
|
local type = type
|
||||||
|
|
||||||
if dbus then
|
if dbus then
|
||||||
dbus.connect_signal("org.naquadah.awesome.awful.Remote", function(data, code)
|
dbus.connect_signal("org.awesomewm.awful.Remote", function(data, code)
|
||||||
if data.member == "Eval" then
|
if data.member == "Eval" then
|
||||||
local f, e = load(code)
|
local f, e = load(code)
|
||||||
if f then
|
if f then
|
||||||
|
|
|
@ -34,4 +34,4 @@ Julien Danjou <julien@danjou.info>
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
|
@ -38,7 +38,7 @@ Julien Danjou <julien@danjou.info>
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
||||||
TRADUCCIÓN
|
TRADUCCIÓN
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -38,7 +38,7 @@ Julien Danjou <julien@danjou.info>
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
|
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
||||||
TRADUCTION
|
TRADUCTION
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -38,7 +38,7 @@ Julien Danjou <julien@danjou.info>
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
||||||
TRADUZIONE
|
TRADUZIONE
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -37,7 +37,7 @@ Julien Danjou <julien@danjou.info>
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
||||||
ПЕРЕВОД
|
ПЕРЕВОД
|
||||||
-------
|
-------
|
||||||
|
|
|
@ -34,4 +34,4 @@ Julien Danjou <julien@danjou.info>
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
|
@ -177,4 +177,4 @@ Julien Danjou <julien@danjou.info> und andere.
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
|
@ -197,7 +197,7 @@ Julien Danjou <julien@danjou.info> y otros.
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
||||||
TRADUCCIÓN
|
TRADUCCIÓN
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -190,7 +190,7 @@ Julien Danjou <julien@danjou.info> et d'autres personnes.
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
||||||
TRADUCTION
|
TRADUCTION
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -198,7 +198,7 @@ Julien Danjou <julien@danjou.info> e altri.
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
||||||
TRADUZIONE
|
TRADUZIONE
|
||||||
---------
|
---------
|
||||||
|
|
|
@ -189,7 +189,7 @@ Julien Danjou <julien@danjou.info> и другие.
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
||||||
ПЕРЕВОД
|
ПЕРЕВОД
|
||||||
-------
|
-------
|
||||||
|
|
|
@ -186,4 +186,4 @@ Julien Danjou <julien@danjou.info> and others.
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
|
@ -51,4 +51,4 @@ Geschrieben von Julien Danjou <julien@danjou.info>.
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
|
@ -59,7 +59,7 @@ Escrito por Julien Danjou <julien@danjou.info>.
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
||||||
TRADUCCIÓN
|
TRADUCCIÓN
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -64,7 +64,7 @@ AUTEURS
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
|
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
||||||
TRADUCTION
|
TRADUCTION
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -57,7 +57,7 @@ Scritto da Julien Danjou <julien@danjou.info>.
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
||||||
TRADUZIONE
|
TRADUZIONE
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -55,7 +55,7 @@ awesome(1) awesome-client(1)
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
||||||
ПЕРЕВОД
|
ПЕРЕВОД
|
||||||
-------
|
-------
|
||||||
|
|
|
@ -54,4 +54,4 @@ Written by Julien Danjou <julien@danjou.info>.
|
||||||
|
|
||||||
WWW
|
WWW
|
||||||
---
|
---
|
||||||
http://awesome.naquadah.org
|
https://awesomewm.org
|
||||||
|
|
|
@ -189,7 +189,7 @@ start_awesome() {
|
||||||
|
|
||||||
# Wait until the interface for awesome-client is ready (D-Bus interface).
|
# Wait until the interface for awesome-client is ready (D-Bus interface).
|
||||||
# Do this with dbus-send so that we can specify a low --reply-timeout
|
# Do this with dbus-send so that we can specify a low --reply-timeout
|
||||||
wait_until_success "wait for awesome startup via awesome-client" "dbus-send --reply-timeout=100 --dest=org.naquadah.awesome.awful --print-reply / org.naquadah.awesome.awful.Remote.Eval 'string:return 1' 2>&1"
|
wait_until_success "wait for awesome startup via awesome-client" "dbus-send --reply-timeout=100 --dest=org.awesomewm.awful --print-reply / org.awesomewm.awful.Remote.Eval 'string:return 1' 2>&1"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Count errors.
|
# Count errors.
|
||||||
|
|
|
@ -3,9 +3,6 @@
|
||||||
-- By Adrian C. (anrxc) --
|
-- By Adrian C. (anrxc) --
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
-- Alternative icon sets and widget icons:
|
|
||||||
-- * http://awesome.naquadah.org/wiki/Nice_Icons
|
|
||||||
|
|
||||||
-- {{{ Main
|
-- {{{ Main
|
||||||
local theme = {}
|
local theme = {}
|
||||||
theme.wallpaper = "@AWESOME_THEMES_PATH@/zenburn/zenburn-background.png"
|
theme.wallpaper = "@AWESOME_THEMES_PATH@/zenburn/zenburn-background.png"
|
||||||
|
|
|
@ -36,7 +36,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DBUS_PATH=/
|
DBUS_PATH=/
|
||||||
DBUS_DEST=org.naquadah.awesome.awful
|
DBUS_DEST=org.awesomewm.awful
|
||||||
DBUS_METHOD=${DBUS_DEST}.Remote.Eval
|
DBUS_METHOD=${DBUS_DEST}.Remote.Eval
|
||||||
|
|
||||||
FATAL_ERRORS=1
|
FATAL_ERRORS=1
|
||||||
|
|
Loading…
Reference in New Issue