mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
19 lines
781 B
Plaintext
19 lines
781 B
Plaintext
$SCRIPT = ~/.config/HyprV/waybar/scripts
|
|
|
|
bind = , xf86audioraisevolume, exec, $SCRIPT/volume --inc
|
|
bind = , xf86audiolowervolume, exec, $SCRIPT/volume --dec
|
|
bind = , xf86AudioMicMute, exec, $SCRIPT/volume --toggle-mic
|
|
bind = , xf86audioMute, exec, $SCRIPT/volume --toggle
|
|
|
|
#bind = , XF86PowerOff, exec, swaynag -m 'Shutdown?' -Z 'No' '' -b 'Yes' 'systemctl poweroff'
|
|
|
|
bind = , xf86KbdBrightnessDown, exec, $SCRIPT/kb-brightness --dec
|
|
bind = , xf86KbdBrightnessUp, exec, $SCRIPT/kb-brightness --inc
|
|
|
|
bind = , xf86MonBrightnessDown, exec, $SCRIPT/brightness --dec
|
|
bind = , xf86MonBrightnessUp, exec, $SCRIPT/brightness --inc
|
|
|
|
bind = , XF86AudioPlay, exec, playerctl play-pause
|
|
bind = , XF86AudioNext, exec, playerctl next
|
|
bind = , XF86AudioPrev, exec, playerctl previous
|