too much to remember

This commit is contained in:
Tobias Reisinger 2020-07-15 15:50:56 +02:00
parent d0a680305c
commit 2a4e6c15f3
17 changed files with 311 additions and 82 deletions

View file

@ -1,7 +1,8 @@
#!/bin/bash
sleep 8
pulseaudio -k
systemctl --user stop pulseaudio.service
systemctl --user stop pulseaudio.socket
sleep 1
jack_control ds alsa
@ -12,13 +13,7 @@ jack_control dps period 128
jack_control start
sleep 1
pulseaudio -D
sleep 1
pulseaudio -k
sleep 1
pulseaudio -D
systemctl --user start pulseaudio
sleep 1
a2jmidid -e &

View file

@ -1,6 +1,6 @@
#!/bin/bash
#!/usr/bin/sh
CONFIG_FILE="$HOME/.config/alacritty/sticky-notes.yml"
CONFIG_FILE="$HOME/.config/alacritty/sticky-note.yml"
STICKY_NOTE_FILE="/tmp/sticky-note"
echo "$@" > "$STICKY_NOTE_FILE"