10 lines
201 B
Bash
10 lines
201 B
Bash
#!/bin/sh
|
|
sxhkd &
|
|
echo ~/.config/sxhkd/sxhkdrc | entr -np pkill -USR1 -x sxhkd &
|
|
pulseaudio &
|
|
#dunst &
|
|
#keepassxc &
|
|
#syncthing --no-browser &> /dev/null &
|
|
#xrdb .Xresources
|
|
|
|
exec dbus-run-session i3
|