[update] Example config file uploaded.

main
Shinyzenith 2 years ago
parent 572673811d
commit a415b24323
No known key found for this signature in database
GPG Key ID: A3DFCDC66E9E2950

@ -22,7 +22,8 @@ It is also attempts to be a drop-in replacement for sxhkd, meaning, your sxhkd c
Because swhkd can be used anywhere, the same swhkd config can be used across Xorg or Wayland desktops, and you can even use swhkd in a tty.
**Note: The project isn't complete yet.**
**Note: The project is a WIP.**
**BUT!! It does work right now however it's not a drop-in replacement yet. [Example config file](./docs/swhkdrc).**
## Installation

@ -0,0 +1,13 @@
# This goes in /etc/swhkd/swhkdrc
# terminal
super + ReTuRn
alacritty
# file manager
super + shift + f
pcmanfm
# web-browser
super + w
firefox

@ -230,7 +230,7 @@ pub fn set_flags() -> App<'static> {
arg!(-C --cooldown <COOLDOWN_IN_MS>)
.required(false)
.takes_value(true)
.help("Set a custom repeat cooldown duration."),
.help("Set a custom repeat cooldown duration. Default is 250ms."),
)
.arg(arg!(-d - -debug).required(false).help("Enable debug mode."));
app

Loading…
Cancel
Save