We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88d83c commit 48eada7Copy full SHA for 48eada7
src/faq.md
@@ -54,7 +54,11 @@ See [ToggleMaximize] action.
54
55
### Q: Is it possible to launch wofi with only the Super key?
56
57
-No. I'm afraid that is not yet implemented.
+```
58
+<keybind key="Super_L" onRelease="true">
59
+ <action name="Execute" command="wofi"/>
60
+</keybind>
61
62
63
### Q: Is it possible to show gaps for maximized windows?
64
@@ -140,7 +144,13 @@ window.inactive.button.menu.unpressed.image.color: #000000 0
140
144
141
145
### Q: How to scroll with the right edge of the trackpad?
142
146
143
-Not yet implemented.
147
148
+<libinput>
149
+ <device>
150
+ <scrollMethod>edge</scrollMethod>
151
+ </device>
152
+</libinput>
153
154
155
## 3.2 Mousebinds {#mousebinds}
156
0 commit comments