awesome/lib/awful
ArenaL5 15929b0797 Add F-keys and numpad to `awful.key.keygroups`
Signed-off-by: ArenaL5 <arenal5@gmx.com>

Extend `fkeys` to F35

Signed-off-by: ArenaL5 <arenal5@gmx.com>

Reducing `numpad` to its most aggreable subset

Signed-off-by: ArenaL5 <arenal5@gmx.com>

Add method to select a layout directly

using the Super key + the numeric keypad. This method uses the layout list from the currently selected tag in the currently focused screen. (If there is no selected tag, it does nothing.)

To allow this, the keygroups `numpad` and `fkeys` were added to `awful.key.keygroups`.

Refit to avoid error by nil and to remove imperative code, as per recommendation from @Elv13.

Signed-off-by: ArenaL5 <arenal5@gmx.com>
2020-05-12 20:20:19 +02:00
..
client doc: Remove all type aliases. 2020-01-19 20:30:06 -05:00
hotkeys_popup Label numeric keypad Enter to hotkeys_popup 2020-05-12 20:20:19 +02:00
layout doc: Add documentation in each objects which emit request:: signals. 2020-01-11 15:43:31 -08:00
mouse mouse: respect border width in get_current_widgets (#2990) 2020-02-15 19:27:33 -05:00
permissions Border_marked naming consistency (#3084) 2020-05-04 01:42:09 -07:00
screen capi: Move from `.data` to `._private` for the property data. 2019-11-09 16:43:12 -05:00
widget Add doc fields for extra tasklist client property notification icon theming in lib/awful/widget/tasklist.lua 2020-04-06 14:20:35 +02:00
_compat.lua Allow to add and remove keys and buttons. 2019-11-09 16:42:06 -05:00
autofocus.lua rc.lua: Revert moving the sloppy focus to awful.permissions. 2020-02-08 17:59:16 -05:00
button.lua awful.button: Keep track of the `awful.button` in the `capi.button`. 2019-11-09 16:43:12 -05:00
client.lua Border_marked naming consistency (#3084) 2020-05-04 01:42:09 -07:00
completion.lua doc: Use an explicit tag for all static functions. 2019-06-08 18:14:13 -04:00
dbus.lua Remove traces of the old URL (#1280) 2016-12-21 02:03:03 +01:00
ewmh.lua awful: Rename awful.ewmh to awful.permissions. 2020-01-11 15:43:30 -08:00
init.lua awful: Rename awful.ewmh to awful.permissions. 2020-01-11 15:43:30 -08:00
key.lua Add F-keys and numpad to `awful.key.keygroups` 2020-05-12 20:20:19 +02:00
keyboard.lua Expose get_key_name under awful.keyboard as suggested by @Elv13 2020-03-14 19:33:04 -04:00
keygrabber.lua Fix missing `self` parameter in documentation usage examples. 2020-01-28 10:57:43 +01:00
menu.lua rules: Move `awful.rules` to `ruled.client`. 2020-01-19 02:58:37 -05:00
placement.lua fix(awful: placement: skip_fullscreen): force screen geometry 2020-04-23 07:27:51 +02:00
popup.lua awful.popup: Replace the deprecated awful.util.table with gears.table. 2020-02-10 03:30:21 -05:00
prompt.lua Fix prompt navigation (#2970) 2020-01-19 19:00:56 -05:00
remote.lua awful.remote: Protect against error(nil) (#2748) 2019-04-14 12:34:52 -04:00
root.lua keygrabber: Remove the hardcoded way to add keybindings. 2019-11-09 16:43:53 -05:00
rules.lua rules: Move `awful.rules` to `ruled.client`. 2020-01-19 02:58:37 -05:00
screen.lua doc: Remove all type aliases. 2020-01-19 20:30:06 -05:00
spawn.lua doc: Remove all type aliases. 2020-01-19 20:30:06 -05:00
startup_notification.lua Add beautiful property to control busy cursor during spawn 2017-03-01 21:57:59 +01:00
tag.lua awful.tag: Fix handling of stateful layout in `new` 2020-05-06 18:48:40 -06:00
titlebar.lua doc: Add documentation in each objects which emit request:: signals. 2020-01-11 15:43:31 -08:00
tooltip.lua Apply placement margins on awful.tooltip (#3053) 2020-04-01 02:13:58 -07:00
util.lua Fix ldoc modules summaries missing the final `.`. 2019-11-28 13:53:59 +01:00
wibar.lua add two examples for awful.wibar 2020-02-20 04:51:44 -06:00
wibox.lua doc: Add missing C-object documentation and fix some papercuts. 2018-07-25 18:26:11 -04:00