sway: remove pulseaudio and use sndio
This commit is contained in:
parent
3dc7d64249
commit
4e40566e3d
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
exec emacs --daemon
|
||||
exec kwalletd5
|
||||
exec mako
|
||||
exec pulseaudio --start
|
||||
exec sndiod
|
||||
|
||||
### Variables
|
||||
|
||||
|
@ -70,9 +70,9 @@ bindsym $mod+p exec $shot copy area
|
|||
bindsym $mod+Shift+p exec $shot save area
|
||||
|
||||
# Change sound volume
|
||||
bindsym $mod+f1 exec pulsemixer --toggle-mute
|
||||
bindsym $mod+f2 exec pulsemixer --change-volume -5
|
||||
bindsym $mod+f3 exec pulsemixer --change-volume +5
|
||||
bindsym $mod+f1 exec sndioctl output.level=0
|
||||
bindsym $mod+f2 exec sndioctl output.level=-0.05
|
||||
bindsym $mod+f3 exec sndioctl output.level=+0.05
|
||||
|
||||
# Pause/play cmus
|
||||
bindsym $mod+Shift+z exec cmus-remote -C player-pause
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue