mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00

* Make these executable
* Replace pavucontrol with wiremix (#225)
Add to install
* Revert "Replace pavucontrol with wiremix (#225)"
This reverts commit 620b397859
.
* Add swayOSD to show brightness and volume status
* Add swayOSD migration
* Move swayosd from desktop to hyperlandia
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com>
Co-authored-by: Roeland <roel4d@webding.org>
14 lines
733 B
Plaintext
14 lines
733 B
Plaintext
# Laptop multimedia keys for volume and LCD brightness (with OSD)
|
|
bindel = ,XF86AudioRaiseVolume, exec, swayosd-client --output-volume raise
|
|
bindel = ,XF86AudioLowerVolume, exec, swayosd-client --output-volume lower
|
|
bindel = ,XF86AudioMute, exec, swayosd-client --output-volume mute-toggle
|
|
bindel = ,XF86AudioMicMute, exec, swayosd-client --input-volume mute-toggle
|
|
bindel = ,XF86MonBrightnessUp, exec, swayosd-client --brightness raise
|
|
bindel = ,XF86MonBrightnessDown, exec, swayosd-client --brightness lower
|
|
|
|
# Requires playerctl
|
|
bindl = , XF86AudioNext, exec, playerctl next
|
|
bindl = , XF86AudioPause, exec, playerctl play-pause
|
|
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
|
bindl = , XF86AudioPrev, exec, playerctl previous
|