changed a few things for switch to pipewire.
This commit is contained in:
parent
7b681a1777
commit
55f9d465ee
|
@ -205,7 +205,11 @@ font pango:DejaVu Sans Mono 8
|
||||||
bindsym $mod+mod1+minus exec --no-startup-id "mpc volume -1; notify-send --expire-time=1000 $(mpc volume)"
|
bindsym $mod+mod1+minus exec --no-startup-id "mpc volume -1; notify-send --expire-time=1000 $(mpc volume)"
|
||||||
|
|
||||||
#open volume control
|
#open volume control
|
||||||
bindsym $mod+shift+p exec pavucontrol
|
bindsym $mod+shift+p exec easyeffects
|
||||||
|
|
||||||
|
#volume control
|
||||||
|
bindsym $mod+plus exec --no-startup-id "wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-; notify-send --expire-time=1000 $(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||||
|
bindsym $mod+minus exec --no-startup-id "wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+; notify-send --expire-time=1000 $(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||||
|
|
||||||
#make certan windwows always floating
|
#make certan windwows always floating
|
||||||
#volume control
|
#volume control
|
||||||
|
@ -220,8 +224,6 @@ bar {
|
||||||
}
|
}
|
||||||
|
|
||||||
#startup applications
|
#startup applications
|
||||||
#pasystray
|
|
||||||
exec --no-startup-id pasystray
|
|
||||||
|
|
||||||
#geoclue
|
#geoclue
|
||||||
exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
|
exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
|
||||||
|
|
Loading…
Reference in a new issue