Skip to content

Commit 8d719df

Browse files
committed
Support custom config and ion-statusd under xephyr
1 parent 8d3f262 commit 8d719df

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ TAGS
22
tags
33
.tags
44
.session
5+
.notion
56
.project
67
*.d
78
*.a

utils/dev-search-dirs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ notion_root=$(realpath $rel_root)
88
src_search_dirs() {
99
prefix='-searchdir '
1010
ls -d \
11+
$notion_root/.notion \
1112
$notion_root/de \
1213
$notion_root/etc \
1314
$notion_root/ioncore \
1415
$notion_root/contrib/scripts \
16+
$notion_root/mod_statusbar/ion-statusd \
1517
$notion_root/mod_* \
1618
| sed "s/^/$prefix/" | xargs
1719
}

0 commit comments

Comments
 (0)