parent
683c50d2dd
commit
3d7c5d1b44
@ -1,2 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
grep -s "Exec=" /etc/xdg/autostart/* ${HOME}/.config/autostart/* | awk -F '=' '{print "exec",$2}'| sort -u > ~/.config/sway/config.d/autostart
|
||||
BLACKLIST="gnome-keyring-daemon"
|
||||
grep -s "Exec=" /etc/xdg/autostart/* ${HOME}/.config/autostart/* | awk -F '=' '{print "exec",$2}'| sort -u | egrep -v ${BLACKLIST} > ~/.config/sway/config.d/autostart
|
||||
|
Loading…
Reference in new issue