Skip to content

Commit

Permalink
docs: Note global keybinds in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pdf committed Mar 11, 2024
1 parent 7789699 commit b153e9f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,21 @@ Displays heads-up notifications for hardware events (e.g. volume, display bright

The spacer module simply adds empty space between modules.

## Global keybinds

Global keybinds are registered through the desktop portal, so they do not have prefixes in `hyprctl globalshortcuts`. The following keybinds are available:

```
:com.c0dedbad.hyprpanel.audioSinkVolumeUp -> Increase the volume of the default audio output device
:com.c0dedbad.hyprpanel.audioSinkVolumeDown -> Decrease the volume of the default audio output device
:com.c0dedbad.hyprpanel.audioSinkMuteToggle -> Toggle the mute status of the default audio output device
:com.c0dedbad.hyprpanel.audioSourceVolumeUp -> Increase the volume of the default audio input device
:com.c0dedbad.hyprpanel.audioSourceVolumeDown -> Decrease the volume of the default audio input device
:com.c0dedbad.hyprpanel.audioSourceMuteToggle -> Toggle the mute status of the default audio input device
:com.c0dedbad.hyprpanel.brightnessUp -> Increase display brightness
:com.c0dedbad.hyprpanel.brightnessDown -> Increase display brightness
```

## Styling

You may apply custom styling by providing a GTK4-compatible CSS file. By default hyprpanel will look for this file at:
Expand Down

0 comments on commit b153e9f

Please sign in to comment.