dotfiles/qtile/startup.sh

17 lines
255 B
Bash
Raw Normal View History

2020-07-11 18:45:50 +02:00
#!/bin/sh
# Startup script for qtile
pulseaudio -D
emacs --daemon &
syncthing &
~/.fehbg &
xmodmap ~/.Xmodmap
picom -b
/usr/lib/kdeconnectd &
2020-08-10 10:58:58 +02:00
/usr/bin/kdeconnect-indicator &
redshift-gtk &
2020-08-10 10:59:10 +02:00
nm-applet &
gnome-keyring-daemon --start
2020-08-25 19:10:41 +02:00
nextcloud &
keepassxc &