[Bin, Awesome] Add touchpad tapping toggling

XF86ToggleTouchpad is now bound to the new script `tttouchpad'
This commit is contained in:
2020-10-14 18:34:30 +02:00
parent 742b3009a8
commit 6b92c8bc4c
2 changed files with 51 additions and 0 deletions

View File

@@ -956,6 +956,8 @@
<<gen-sc-glob(sc-screen)>>,
-- Tags
<<gen-sc-glob(sc-tag)>>,
-- Misc
<<gen-sc-glob(sc-misc)>>,
<<sc-tag-num-gen()>>
)
root.keys(globalkeys)
@@ -1154,6 +1156,20 @@
| Number | modkey, shift | move_focused_to_tag_n( | move focused client to tag # | tag |
| Number | modkey, control, shift | toggle_focused_client_to_tag_n( | Toggle focused client on tag # | tag |
** Misc
:PROPERTIES:
:CUSTOM_ID: Keybindings-Misc-0b45ce02
:END:
In this category you will find other keybindings that do not fit in other
categories. For now, the only keybinding that is in this category is for
toggling the touchpads tapping ability. This is linked to a special script I
wrote [[file:bin.org::#Toggle_touchpad_tapping-23348b00][here]].
#+NAME: sc-misc
| Key | Modifiers | Lambda? | Action | What it does | Group |
|--------------------+-----------+---------+-----------+-------------------------+-------|
| XF86TouchpadToggle | | shell | tttapping | toggle touchpad tapping | misc |
* Rules
:PROPERTIES:
:CUSTOM_ID: Rules-c6142cdf