Skip to content

Commit

Permalink
Support custom config and ion-statusd under xephyr
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Jan 7, 2020
1 parent 8d3f262 commit 8d719df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@ TAGS
tags
.tags
.session
.notion
.project
*.d
*.a
Expand Down
2 changes: 2 additions & 0 deletions utils/dev-search-dirs.sh
Expand Up @@ -8,10 +8,12 @@ notion_root=$(realpath $rel_root)
src_search_dirs() {
prefix='-searchdir '
ls -d \
$notion_root/.notion \
$notion_root/de \
$notion_root/etc \
$notion_root/ioncore \
$notion_root/contrib/scripts \
$notion_root/mod_statusbar/ion-statusd \
$notion_root/mod_* \
| sed "s/^/$prefix/" | xargs
}
Expand Down

0 comments on commit 8d719df

Please sign in to comment.