dotfiles/i3/.config/i3/scripts/autostart.sh

5 lines
92 B
Bash
Raw Normal View History

2018-10-02 21:41:43 +01:00
#!/bin/zsh
grep -rh Exec ~/.config/autostart | while read -r line ; do
${line:5} &
done