Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix FreeDesktop Specs links #3971

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/awful/spawn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
--
-- If the intent is to open a file/document, then it is recommended to use the
-- following standard command. The default application will be selected
-- according to the [Shared MIME-info Database](https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html)
-- according to the [Shared MIME-info Database](https://specifications.freedesktop.org/shared-mime-info-spec/latest/)
-- specification. The `xdg-utils` package provided by most distributions
-- includes the `xdg-open` command:
--
Expand All @@ -160,7 +160,7 @@
-- [ARCH Linux Wiki](https://wiki.archlinux.org/index.php/default_applications).
--
-- If you wish to change how the default applications behave, then consult the
-- [Desktop Entry](https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html)
-- [Desktop Entry](https://specifications.freedesktop.org/desktop-entry-spec/latest/)
-- specification.
--
-- Spawning applications with specific properties
Expand Down
2 changes: 1 addition & 1 deletion lib/naughty/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ gtable.crush(naughty, require("naughty.constants"))

--- The reason why a notification is to be closed.
--
-- See [the specification](https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html#signals)
-- See [the specification](https://specifications.freedesktop.org/notification-spec/latest/protocol.html#id-1.10.4.2.4)
-- for more details.
--
-- @table naughty.notification_closed_reason
Expand Down
2 changes: 1 addition & 1 deletion lib/naughty/dbus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ local dbus = { config = {} }
local bus_connection

-- DBUS Notification constants
-- https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html#urgency-levels
-- https://specifications.freedesktop.org/notification-spec/latest/urgency-levels.html
local urgency = {
low = "\0",
normal = "\1",
Expand Down
2 changes: 1 addition & 1 deletion objects/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ lua_class_t client_class;
* <tr><td><b>normal</b></td><td>A normal application main window.</td></tr>
* </table>
*
* More information can be found [here](https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html#idm140200472629520)
* More information can be found [here](https://specifications.freedesktop.org/wm-spec/latest/ar01s05.html#id-1.6.7)
*
* @property type
* @tparam string type
Expand Down
Loading