mirror of
https://github.com/tiyn/wiki.git
synced 2026-09-13 18:41:35 +02:00
Corrected various typographic errors
- substituted en-dash for hyphen where needed - renamed files to avoid confusion due to identical name - added links - fixed capitalization - fixed line breaks
This commit is contained in:
@@ -1,24 +1,22 @@
|
||||
# SXHKD
|
||||
|
||||
[SXHKD](https://github.com/baskerville/sxhkd) - short for Simple
|
||||
[X](/wiki/linux/x_window_system.md) hotkey daemon - is a program to set hotkeys.
|
||||
[SXHKD](https://github.com/baskerville/sxhkd) – short for Simple [X](/wiki/linux/x_window_system.md)
|
||||
hotkey daemon – is a program to set hotkeys.
|
||||
|
||||
## Setup
|
||||
|
||||
On most linux distributions SXHKD can be installed with the `sxhkd`
|
||||
On most [Linux distributions](/wiki/linux.md#distributions) SXHKD can be installed with the `sxhkd`
|
||||
package.
|
||||
Alternatively it can be installed via
|
||||
[GitHub](https://github.com/baskerville/sxhkd).
|
||||
Alternatively it can be installed via [GitHub](https://github.com/baskerville/sxhkd).
|
||||
|
||||
## Usage
|
||||
|
||||
### Setting a Hotkey
|
||||
|
||||
Configuration for setting hotkeys is done in the file `~/.config/sxhkd/sxhkdrc`.
|
||||
A hotkey corresponds to typically two, sometimes more lines within this
|
||||
configuration file.
|
||||
The first line describes the keys that act as hotkeys and the second line
|
||||
describes the commands that are run on pressing the hotkey.
|
||||
A hotkey corresponds to typically two, sometimes more lines within this configuration file.
|
||||
The first line describes the keys that act as hotkeys and the second line describes the commands
|
||||
that are run on pressing the hotkey.
|
||||
|
||||
There are simple hotkeys using only one key (in this case the Launch Button).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user