Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2021-01-23 15:15:50 +03:00
parent 07b4a0a325
commit dee7375697
4 changed files with 6 additions and 8 deletions

View File

@ -63,9 +63,9 @@ super + {r,p}
super + {j,k} super + {j,k}
bspc node -f {prev,next}.local.!hidden.window bspc node -f {prev,next}.local.!hidden.window
# mpd # music
super + m; {a,s,n,p} super + m; {m,s,comma,period}
playerctl -p tuijam {play-pause,stop,next,prev} playerctl -p spotify {play-pause,stop,previous,next}
# Sound # Sound
super + {comma,period} super + {comma,period}

View File

@ -1,4 +1 @@
#!/bin/env watchman service_command = /usr/bin/jackd -d alsa
service_command='/usr/bin/jackd'
service_args=( -d alsa )

View File

@ -2,7 +2,7 @@
service_command = '/usr/bin/pulseaudio' \ service_command = '/usr/bin/pulseaudio' \
--exit-idle-time=-1 \ --exit-idle-time=-1 --flat-volumes=no \
-L module-jack-sink \ -L module-jack-sink \
-L "module-jack-sink sink_name=jack_sink_01 connect=false" \ -L "module-jack-sink sink_name=jack_sink_01 connect=false" \
-L "module-jack-sink sink_name=jack_sink_02 connect=false" \ -L "module-jack-sink sink_name=jack_sink_02 connect=false" \

View File

@ -1,5 +1,6 @@
# A simple dwm session # A simple dwm session
PATH+=":$HOME/.config/bspwm/bin" PATH+=":$HOME/.config/bspwm/bin"
export _JAVA_AWT_WM_NONREPARENTING=1
session_start() { session_start() {
exec bspwm exec bspwm