changed a few things for switch to pipewire.
This commit is contained in:
parent
7b681a1777
commit
55f9d465ee
|
@ -71,7 +71,7 @@ font pango:DejaVu Sans Mono 8
|
|||
bindsym $mod+ctrl+j move container to output down
|
||||
bindsym $mod+ctrl+k move container to output up
|
||||
bindsym $mod+ctrl+l move container to output right
|
||||
|
||||
|
||||
## split in horizontal orientation
|
||||
bindsym $mod+shift+backslash split h
|
||||
|
||||
|
@ -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)"
|
||||
|
||||
#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
|
||||
#volume control
|
||||
|
@ -220,8 +224,6 @@ bar {
|
|||
}
|
||||
|
||||
#startup applications
|
||||
#pasystray
|
||||
exec --no-startup-id pasystray
|
||||
|
||||
#geoclue
|
||||
exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
|
||||
|
|
Loading…
Reference in a new issue