Feat: add avizo and user pamixer for sound
This commit is contained in:
parent
f6cebbacb3
commit
9da1a5ed65
@ -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
|
||||||
|
@ -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;"
|
||||||
|
Loading…
Reference in New Issue
Block a user