Add auto-start stuff
This commit is contained in:
parent
ae9ba281ee
commit
3a173493f8
2 changed files with 17 additions and 1 deletions
|
@ -17,3 +17,17 @@ systemctl --user start pulseaudio
|
|||
|
||||
sleep 1
|
||||
a2jmidid -e &
|
||||
|
||||
alsa_out -d hw:PCH -j "Speaker" -c 2 &
|
||||
|
||||
sleep 1
|
||||
|
||||
jack_connect "PulseAudio JACK Sink":front-left Speaker:playback_1
|
||||
jack_connect "PulseAudio JACK Sink":front-right Speaker:playback_2
|
||||
|
||||
if [ -x "$(command -v jack-matchmaker)" ]
|
||||
then
|
||||
jack-matchmaker -e \
|
||||
Mopidy:out_jackaudiosink0_1 Speaker:playback_1 \
|
||||
Mopidy:out_jackaudiosink0_2 Speaker:playback_2 &
|
||||
fi
|
||||
|
|
|
@ -11,6 +11,7 @@ if [ -x "$(command -v gpgconf)" ]
|
|||
then
|
||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
gpgconf --launch gpg-agent
|
||||
gpg2 --card-status > /dev/null
|
||||
fi
|
||||
|
||||
_autostart_on_launch()
|
||||
|
@ -29,13 +30,14 @@ _autostart_on_launch()
|
|||
|
||||
conky --daemonize --config="$HOME/.config/conky/clock.conf"
|
||||
conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf"
|
||||
conky --daemonize --config="$HOME/.config/conky/archlinux-updates.conf"
|
||||
feh --bg-fill $XDG_PICTURES_DIR/wallpaper/active_wallpaper
|
||||
|
||||
sleep 8
|
||||
|
||||
syncthing -no-browser &
|
||||
|
||||
actkbd --grab --config ~/.config/actkbd/actkbd.conf --device /dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-kbd &
|
||||
#actkbd --grab --config ~/.config/actkbd/actkbd.conf --device /dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-kbd &
|
||||
|
||||
/usr/lib/kdeconnectd &
|
||||
transmission-gtk --minimized &
|
||||
|
|
Loading…
Reference in a new issue