ajust pulse
This commit is contained in:
parent
fe5bb7e0e9
commit
059945861a
|
@ -76,8 +76,8 @@ flat-volumes = no
|
|||
; rlimit-rttime = 200000
|
||||
|
||||
default-sample-format = s32le
|
||||
default-sample-rate = 44100
|
||||
alternate-sample-rate = 48000
|
||||
default-sample-rate = 48000
|
||||
alternate-sample-rate = 44100
|
||||
; default-sample-channels = 2
|
||||
; default-channel-map = front-left,front-right
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ load-module module-switch-on-connect
|
|||
|
||||
### Automatically load driver modules depending on the hardware available
|
||||
.ifexists module-udev-detect.so
|
||||
load-module module-udev-detect
|
||||
load-module module-udev-detect ignore_dB=1
|
||||
.else
|
||||
### Use the static hardware detection module (for systems that lack udev support)
|
||||
load-module module-detect
|
||||
|
@ -131,7 +131,7 @@ load-module module-systemd-login
|
|||
load-module module-position-event-sounds
|
||||
|
||||
### Cork music/video streams when a phone stream is active
|
||||
load-module module-role-cork
|
||||
#load-module module-role-cork
|
||||
|
||||
### Modules to allow autoloading of filters (such as echo cancellation)
|
||||
### on demand. module-filter-heuristics tries to determine what filters
|
||||
|
|
|
@ -262,7 +262,7 @@ bindsym $mod+Shift+0 move container to workspace $ws10
|
|||
# Assignation
|
||||
assign [class="^[Ss]lack$"] $ws1
|
||||
assign [class="^[Dd]iscord$"] $ws1
|
||||
assign [class="^looking-glass-client$"] $ws3
|
||||
#assign [class="^looking-glass-client$"] $ws3
|
||||
|
||||
# screen
|
||||
workspace $ws1 output HDMI-2
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
#unset XDG_SESSION_TYPE
|
||||
#unset SDL_VIDEODRIVER
|
||||
/bin/looking-glass-client $@
|
Loading…
Reference in New Issue