diff options
| author | 2026-05-13 13:43:19 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:19 +0100 | |
| commit | 1d5ea18ba2e2d98394c992e747df20a75682ec42 (patch) | |
| tree | ec5930b20c91c78a2ae0dc3c67b5efd1814b6087 /meta | |
| parent | abf9846c1b40ed0cc915e47c3daca94022c74d29 (diff) | |
| download | dotfiles-1d5ea18ba2e2d98394c992e747df20a75682ec42.tar.gz dotfiles-1d5ea18ba2e2d98394c992e747df20a75682ec42.tar.bz2 dotfiles-1d5ea18ba2e2d98394c992e747df20a75682ec42.zip | |
feat(sway): bind brightness and ThinkPad XF86 multimedia keys
Install brightnessctl and bind all seven ThinkPad multimedia keys:
- XF86MonBrightnessUp/Down → brightnessctl ±5%
- XF86AudioMicMute → pactl source mute
- XF86Bluetooth → bt-toggle.sh (bluetoothctl + notify-send)
- XF86ScreenSaver (Fn+F2) → same as $mod+Shift+s (pause + swaylock)
- XF86Sleep → systemctl suspend
- XF86WLAN / XF86RFKill → rfkill toggle
Note: rfkill may need a passwordless doas rule
(permit nopass :wheel cmd rfkill) or group membership to write
/dev/rfkill without privileges; not wired speculatively.
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/wayland.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/wayland.txt b/meta/wayland.txt index e451cbb..fa0f26f 100644 --- a/meta/wayland.txt +++ b/meta/wayland.txt @@ -42,6 +42,7 @@ zathura zathura-pdf-mupdf # Misc +brightnessctl libfido2 perl-file-mimeinfo qt5ct |
