diff options
author | Benji Dial <benji6283@gmail.com> | 2021-06-21 17:47:13 -0400 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2021-06-21 17:47:13 -0400 |
commit | f57e2eabe0a10c9732c83532e01654a499fb8dcf (patch) | |
tree | cbf91a23fcdd65e0ea7ed55b0940ca7042d59bef /fs-skel | |
parent | 83835306d57461205a7bcfef9f4c3e06bc504006 (diff) | |
download | portland-os-f57e2eabe0a10c9732c83532e01654a499fb8dcf.tar.gz |
many, many changes; settings is broken
Diffstat (limited to 'fs-skel')
-rw-r--r-- | fs-skel/sys/startup.rc | 2 | ||||
-rw-r--r-- | fs-skel/sys/winspace.rc | 2 | ||||
-rw-r--r-- | fs-skel/user/default.rc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/fs-skel/sys/startup.rc b/fs-skel/sys/startup.rc index c5fdb5d..6732da7 100644 --- a/fs-skel/sys/startup.rc +++ b/fs-skel/sys/startup.rc @@ -1 +1 @@ -bin/mkpopup Welcome to Portland OS!\n\nPress Win+Space to open a terminal with a shell.\nClick on a window to bring it to the top of the stack.\nLeft click and drag a window while holding Alt to move it.\nRight click on a window while holding Alt to send it to the bottom.\nType "dirlist bin" into a shell for a list of programs.\n\nPress Alt+F4 to close this window.
\ No newline at end of file +/bin/mkpopup Welcome to Portland OS!\n\nPress Win+Space to open a terminal with a shell.\nClick on a window to bring it to the top of the stack.\nLeft click and drag a window while holding Alt to move it.\nRight click on a window while holding Alt to send it to the bottom.\nType "dirlist bin" into a shell for a list of programs.\n\nPress Alt+F4 to close this window.
\ No newline at end of file diff --git a/fs-skel/sys/winspace.rc b/fs-skel/sys/winspace.rc index 3d038c5..b050f26 100644 --- a/fs-skel/sys/winspace.rc +++ b/fs-skel/sys/winspace.rc @@ -1 +1 @@ -bin/terminal bin/highway
\ No newline at end of file +/bin/terminal /bin/highway
\ No newline at end of file diff --git a/fs-skel/user/default.rc b/fs-skel/user/default.rc index 568c546..0178824 100644 --- a/fs-skel/user/default.rc +++ b/fs-skel/user/default.rc @@ -1 +1 @@ -set _path bin/
\ No newline at end of file +set _path /bin/
\ No newline at end of file |