add: launcher for jack audio
add: alias to change display frequency add: shortcut for workspace "game"
This commit is contained in:
parent
a262f249ae
commit
b5d5c834f3
4 changed files with 23 additions and 1 deletions
.local/bin
17
.local/bin/start_jack
Executable file
17
.local/bin/start_jack
Executable file
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
sleep 5
|
||||
|
||||
jack_control ds alsa
|
||||
jack_control dps device hw:U192k
|
||||
jack_control dps rate 48000
|
||||
jack_control dps nperiods 2
|
||||
jack_control dps period 128
|
||||
jack_control start
|
||||
|
||||
sleep 1
|
||||
|
||||
pulseaudio -D &
|
||||
|
||||
sleep 5
|
||||
a2jmidid -e &
|
Loading…
Add table
Add a link
Reference in a new issue