Skip to content

Commit a843a13

Browse files
committed
faq: make TOC links work
1 parent aab5214 commit a843a13

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/faq.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
3. [Mouse and Trackpads](#mouse-and-trackpads)
99
1. [Libinput](#libinput)
1010

11-
# 1. Keybinds {keybinds}
11+
# 1. Keybinds {#keybinds}
1212

13-
## 1.1 Unset keybinds {unset-keybinds}
13+
## 1.1 Unset keybinds {#unset-keybinds}
1414

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

@@ -26,7 +26,7 @@ Or you could use the `None` action or simply define a keybind with no action (wh
2626
</keyboard>
2727
```
2828

29-
## 1.2 Common keybinds {common-keybinds}
29+
## 1.2 Common keybinds {#common-keybinds}
3030

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

@@ -66,9 +66,9 @@ In true `sway` style:
6666
<keybind key="W-S-3"><action name="SendToDesktop" to="3" follow="false"/></keybind>
6767
```
6868

69-
# 2. Theme {theme}
69+
# 2. Theme {#theme}
7070

71-
## 2.1 Server Side Decoration {server-side-decoration}
71+
## 2.1 Server Side Decoration {#server-side-decoration}
7272

7373
### Q: Is it possible to completely remove windows' title-bars?
7474

@@ -89,9 +89,9 @@ window.active.button.menu.unpressed.image.color: #000000 0
8989
window.inactive.button.menu.unpressed.image.color: #000000 0
9090
```
9191

92-
# 3. Mouse and Trackpads {mouse-and-trackpads}
92+
# 3. Mouse and Trackpads {#mouse-and-trackpads}
9393

94-
## 3.1 Libinput {libinput}
94+
## 3.1 Libinput {#libinput}
9595

9696
### Q: How to scroll with the right edge of the trackpad?
9797

0 commit comments

Comments
 (0)