1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Run wpaperd on startup and add more audio controls

This commit is contained in:
RGBCube 2023-11-08 20:32:18 +03:00
parent 20a39d18ec
commit f0107603d1
No known key found for this signature in database

View file

@ -13,6 +13,8 @@
extraConfig = ''
monitor = , preferred, auto, 1
exec-once = wpaperd
bind = SUPER, TAB, workspace, e+1
bind = SUPER, 1, workspace, 1
@ -73,6 +75,8 @@
binde = , XF86AudioRaiseVolume, exec, wpctl set-volume --limit 1.5 @DEFAULT_AUDIO_SINK@ 5%+; /home/nixos/.config/hypr/volume.sh
binde = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-; /home/nixos/.config/hypr/volume.sh
binde = , XF86AudioMute, exec, wpctl set-sink-mute @DEFAULT_AUDIO_SINK@ toggle; dunstify --timeout 1000 Speakers Muted
binde = , XF86AudioMicMute, exec, wpctl set-source-mute @DEFAULT_AUDIO_SINK@ toggle; dunstify --timeout 1000 Microphone Muted
binde = , XF86MonBrightnessUp, exec, brightnessctl set 5%+; dunstctl close-all; dunstify --timeout 1000 $(brightnessctl -m | cut -d, -f4)
binde = , XF86MonBrightnessDown, exec, brightnessctl set --min-value=0 5%-; dunstctl close-all; dunstify --timeout 1000 $(brightnessctl -m | cut -d, -f4)