diff options
author | Benji Dial <benji6283@gmail.com> | 2021-03-12 00:24:15 -0500 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2021-03-12 00:24:15 -0500 |
commit | 361970cc19487bd112ea2fe226532b752b662956 (patch) | |
tree | 1b94da51dba24dae3de9b977fa8e7ce03f2e303e /fs-skel | |
parent | cf3fe51cc974f99eb7b72161fc9d509a855fee24 (diff) | |
download | portland-os-361970cc19487bd112ea2fe226532b752b662956.tar.gz |
removing version from startup popup
i will add it manually to any releases
Diffstat (limited to 'fs-skel')
-rw-r--r-- | fs-skel/sys/startup.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs-skel/sys/startup.rc b/fs-skel/sys/startup.rc index b66cb8c..c5fdb5d 100644 --- a/fs-skel/sys/startup.rc +++ b/fs-skel/sys/startup.rc @@ -1 +1 @@ -bin/mkpopup Welcome to Portland OS v0.0.11!\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 |