++
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}
|
||||
bspc node -f {prev,next}.local.!hidden.window
|
||||
|
||||
# mpd
|
||||
super + m; {a,s,n,p}
|
||||
playerctl -p tuijam {play-pause,stop,next,prev}
|
||||
# music
|
||||
super + m; {m,s,comma,period}
|
||||
playerctl -p spotify {play-pause,stop,previous,next}
|
||||
|
||||
# Sound
|
||||
super + {comma,period}
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
#!/bin/env watchman
|
||||
|
||||
service_command='/usr/bin/jackd'
|
||||
service_args=( -d alsa )
|
||||
service_command = /usr/bin/jackd -d alsa
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
service_command = '/usr/bin/pulseaudio' \
|
||||
--exit-idle-time=-1 \
|
||||
--exit-idle-time=-1 --flat-volumes=no \
|
||||
-L module-jack-sink \
|
||||
-L "module-jack-sink sink_name=jack_sink_01 connect=false" \
|
||||
-L "module-jack-sink sink_name=jack_sink_02 connect=false" \
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# A simple dwm session
|
||||
PATH+=":$HOME/.config/bspwm/bin"
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
||||
session_start() {
|
||||
exec bspwm
|
||||
|
|
Loading…
Reference in New Issue
Block a user