mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
6f75925146
Although removing these dotfiles gave the repository a clean feeling, it made it significantly harder to resume using a certain window manager or other tool at any time. Instead of removing dotfiles entirely, it's enough to simply not install the programs you don't want to use, or even install them but not open them.
17 lines
341 B
Markdown
17 lines
341 B
Markdown
# sxhkd
|
|
|
|
[sxhkd][sxhkd] is a hotkey daemon for X11.
|
|
|
|
## Use Cases
|
|
|
|
sxhkd can be used to:
|
|
|
|
- Bind any key combination to whatever shell command you want
|
|
- Control windows in [bspwm](/bspwm) through `bspc`
|
|
|
|
You should not use sxhkd if:
|
|
|
|
- You use a desktop environment that sets keybinds for you
|
|
|
|
[sxhkd]: https://github.com/baskerville/sxhkd
|