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:
parent
20a39d18ec
commit
f0107603d1
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue