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 3d36a21 commit 4048075Copy full SHA for 4048075
swhkd.1.scd
@@ -28,16 +28,19 @@ More about the config file syntax in `swhkd(5)`
28
*-v*, *--version*
29
Print version information.
30
31
-*-c*, *--config*
+*-c*, *--config* <CONFIG_FILE_PATH>
32
Set a custom config file path.
33
34
-*-C*, *--cooldown*
+*-C*, *--cooldown* <COOLDOWN_IN_MS>
35
Set a custom repeat cooldown duration. Default is 250ms. Most wayland
36
compositors handle this server side however, either way works.
37
38
*-d*, *--debug*
39
Enable debug mode.
40
41
+-D --device <DEVICE_NAME>
42
+ Manually set the keyboard devices to use. Can occur multiple times.
43
+
44
# SIGNALS
45
46
- Reload config file: `sudo pkill -HUP swhkd`
0 commit comments