sway: use pipewire
This commit is contained in:
parent
ed145f0d76
commit
97ad852368
1 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
exec emacs --daemon
|
exec emacs --daemon
|
||||||
exec kwalletd5
|
exec kwalletd5
|
||||||
exec mako
|
exec mako
|
||||||
exec sndiod
|
exec pipewire
|
||||||
|
|
||||||
### Variables
|
### Variables
|
||||||
|
|
||||||
|
@ -70,9 +70,10 @@ bindsym $mod+p exec $shot copy area
|
||||||
bindsym $mod+Shift+p exec $shot save area
|
bindsym $mod+Shift+p exec $shot save area
|
||||||
|
|
||||||
# Change sound volume
|
# Change sound volume
|
||||||
bindsym $mod+f1 exec sndioctl output.level=0
|
set $volume wpctl set-volume -l 1.2 @DEFAULT_AUDIO_SINK@
|
||||||
bindsym $mod+f2 exec sndioctl output.level=-0.05
|
bindsym $mod+f1 exec $volume 0%
|
||||||
bindsym $mod+f3 exec sndioctl output.level=+0.05
|
bindsym $mod+f2 exec $volume 5%-
|
||||||
|
bindsym $mod+f3 exec $volume 5%+
|
||||||
|
|
||||||
# Pause/play cmus
|
# Pause/play cmus
|
||||||
bindsym $mod+Shift+z exec cmus-remote -C player-pause
|
bindsym $mod+Shift+z exec cmus-remote -C player-pause
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue