This commit is contained in:
Sense T
2023-06-27 23:10:56 +08:00
parent c89fc50711
commit f4e14d0da5
4 changed files with 17 additions and 9 deletions

View File

@@ -20,8 +20,8 @@ exec-once = nm-applet --sm-disable
exec-once = systemctl --user start dunst
exec-once = systemctl --user start fcitx5-daemon
# Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf
# SINK a file (multi-file configs)
# SINK = ~/.config/hypr/myColors.conf
# Some default env vars.
env = XCURSOR_SIZE,24
@@ -161,9 +161,9 @@ bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
# XF86Keys
bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%-
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SOURCE@ 5%+
bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+
bind = , XF86MonBrightnessUP, exec, light -A 5
bind = , XF86MonBrightnessDown, exec, light -U 5