Skip to content

Commit b6e2a45

Browse files
committed
faq: add table of contents
1 parent 4c27ec2 commit b6e2a45

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

src/faq.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Frequently Asked Questions
22

3-
## Unset keybinds
3+
1. [Keybinds](#keybinds)
4+
1. [Unset Keybinds](#unset-keybinds)
5+
2. [Common Keybinds](#common-keybinds)
6+
2. [Theme](#theme)
7+
1. [Server Side Decoration](#server-side-decoration)
8+
3. [Mouse and Trackpads](#mouse-and-trackpads)
9+
1. [Libinput](#libinput)
10+
11+
# 1. Keybinds {keybinds}
12+
13+
## 1.1 Unset keybinds {unset-keybinds}
414

515
### Q: How do I get `Alt+Left/Right` to not move windows? I want these to navigate forward/backwards in File Managers and Firefox.
616

@@ -16,7 +26,7 @@ Or you could use the `None` action or simply define a keybind with no action (wh
1626
</keyboard>
1727
```
1828

19-
## Common keybinds
29+
## 1.2 Common keybinds {common-keybinds}
2030

2131
### Q: How do I get `Windows+Up` to maximize/restore-to-previous-size a window?
2232

@@ -56,7 +66,9 @@ In true `sway` style:
5666
<keybind key="W-S-3"><action name="SendToDesktop" to="3" follow="false"/></keybind>
5767
```
5868

59-
## General
69+
# 2. Theme {theme}
70+
71+
## 2.1 Server Side Decoration {server-side-decoration}
6072

6173
### Q: Is it possible to completely remove windows' title-bars?
6274

@@ -68,6 +80,10 @@ Yes. Action `ToggleDecoration`, but it removes borders too.
6880
</windowRule>
6981
```
7082

83+
# 3. Mouse and Trackpads {mouse-and-trackpads}
84+
85+
## 3.1 Libinput {libinput}
86+
7187
### Q: How to scroll with the right edge of the trackpad?
7288

7389
Not yet implemented.

0 commit comments

Comments
 (0)