diff options
Diffstat (limited to 'fs-skel/sys')
-rw-r--r-- | fs-skel/sys/startup.rc | 2 | ||||
-rw-r--r-- | fs-skel/sys/winspace.rc | 2 |
2 files changed, 2 insertions, 2 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 |