Feat: add avizo and user pamixer for sound

This commit is contained in:
Bertrand Benjamin 2022-01-12 05:56:14 +01:00
parent f6cebbacb3
commit 9da1a5ed65
2 changed files with 9 additions and 9 deletions

View File

@ -221,17 +221,16 @@ bindsym $mod+r mode "resize"
# Audio # Audio
# #
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% bindsym XF86AudioRaiseVolume exec volumectl -u up
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% bindsym XF86AudioLowerVolume exec volumectl -u down
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioMute exec volumectl toggle-mute
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle bindsym XF86AudioMicMute exec volumectl -m toggle-mute
# #
# Brightness # Brightness
# #
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%- bindsym XF86MonBrightnessUp exec lightctl up
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set 5%+ bindsym XF86MonBrightnessDown exec lightctl down
# #
# Decoration # Decoration

View File

@ -6,9 +6,10 @@ exec_always blueman-applet
exec_always /usr/bin/nm-applet --indicator exec_always /usr/bin/nm-applet --indicator
exec_always nextcloud exec_always nextcloud
exec_always /usr/libexec/goa-daemon --replace exec_always /usr/libexec/goa-daemon --replace
exec_always gammastep-indicator exec gammastep-indicator
exec_always pkill kanshi; exec_always kanshi
exec mako exec mako
exec "avizo-service"
exec_always pkill kanshi; exec_always kanshi
exec swaymsg "workspace $ws1; exec firefox;" exec swaymsg "workspace $ws1; exec firefox;"
exec swaymsg "workspace $ws2; exec thunderbird;" exec swaymsg "workspace $ws2; exec thunderbird;"