diff options
author | Benji Dial <benji6283@gmail.com> | 2021-02-17 00:13:06 -0500 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2021-02-17 00:13:06 -0500 |
commit | 642c3c69a69220170e2f68c2bf6c898e6cb5b20b (patch) | |
tree | 853c4f59c859912f73ede4ab36d89d2b3e9ed0f0 /fs-skel/sys | |
parent | be05b9b23f988f934af2fd49976fd97c22dfc19a (diff) | |
download | portland-os-642c3c69a69220170e2f68c2bf6c898e6cb5b20b.tar.gz |
win+space, mkpopup
Diffstat (limited to 'fs-skel/sys')
-rw-r--r-- | fs-skel/sys/startup.rc | 2 | ||||
-rw-r--r-- | fs-skel/sys/winspace.rc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/fs-skel/sys/startup.rc b/fs-skel/sys/startup.rc index 3d038c5..aa514b1 100644 --- a/fs-skel/sys/startup.rc +++ b/fs-skel/sys/startup.rc @@ -1 +1 @@ -bin/terminal bin/highway
\ No newline at end of file +bin/mkpopup Press Win+Space to open a terminal.\nPress Win+Arrow Key to move a window around.\nPress Win+Page Up/Down to shuffle windows.\nPress Escape to close this window.
\ No newline at end of file diff --git a/fs-skel/sys/winspace.rc b/fs-skel/sys/winspace.rc new file mode 100644 index 0000000..3d038c5 --- /dev/null +++ b/fs-skel/sys/winspace.rc @@ -0,0 +1 @@ +bin/terminal bin/highway
\ No newline at end of file |