++
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
07b4a0a325
commit
dee7375697
|
@ -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}
|
||||||
|
|
|
@ -1,4 +1 @@
|
||||||
#!/bin/env watchman
|
service_command = /usr/bin/jackd -d alsa
|
||||||
|
|
||||||
service_command='/usr/bin/jackd'
|
|
||||||
service_args=( -d alsa )
|
|
||||||
|
|
|
@ -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" \
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user