mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2026-02-04 21:31:57 -05:00
fix:amd-pstate-epp
style:hy_animations_config remove:scx&&swayosd&&tsukimi feat:use_polkit_gnome add:embedded
This commit is contained in:
18
dotfiles/.config/hypr/hyprland/bind.conf
vendored
18
dotfiles/.config/hypr/hyprland/bind.conf
vendored
@@ -175,8 +175,8 @@ bind = SUPER, mouse:276, workspace, e-1
|
||||
|
||||
|
||||
## Brightness control
|
||||
bindel = , XF86MonBrightnessUp, exec, swayosd-client --brightness +5
|
||||
bindel = , XF86MonBrightnessDown, exec, swayosd-client --brightness -5
|
||||
bindel = , XF86MonBrightnessUp, exec, brightnessctl -d amdgpu_bl1 s +5%
|
||||
bindel = , XF86MonBrightnessDown, exec, brightnessctl -d amdgpu_bl1 s 5%-
|
||||
|
||||
|
||||
## Playback control
|
||||
@@ -190,13 +190,13 @@ bindl = CONTROL_ALT, right, exec, playerctl next
|
||||
bindl = CONTROL_ALT, left, exec, playerctl previous
|
||||
|
||||
|
||||
## Volume control
|
||||
bindel = ,XF86AudioRaiseVolume, exec, swayosd-client --output-volume +2
|
||||
bindel = ,XF86AudioLowerVolume, exec, swayosd-client --output-volume -2
|
||||
bindl = ,XF86AudioMicMute, exec, swayosd-client --input-volume mute-toggle
|
||||
bindl = ,XF86AudioMute, exec, swayosd-client --output-volume mute-toggle
|
||||
## Volume control (stable, PipeWire)
|
||||
bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
bindel = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
bindl = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bindl = , XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
|
||||
|
||||
## Volume control (bonus)
|
||||
bindel = CONTROL_ALT, up, exec, swayosd-client --output-volume +2
|
||||
bindel = CONTROL_ALT, down, exec, swayosd-client --output-volume -2
|
||||
bindel = CONTROL_ALT, up, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
bindel = CONTROL_ALT, down, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
|
||||
Reference in New Issue
Block a user