Move startpage out of user-skel, update user scripts

This commit is contained in:
natemaia
2017-12-05 19:50:28 -08:00
parent e317a9d278
commit 69b746d51b
26 changed files with 249 additions and 433 deletions

View File

@ -1,7 +1,6 @@
#!/usr/bin/env bash
MATCH=$(pgrep --full 'termite --title=work-term')
if ! $MATCH; then
if pgrep --full 'termite --title=work-term' >/dev/null; then
pkill --full 'termite --title=work-term'
else
termite --title=work-term --class=work-term &