diff --git a/pages/Reading files.md b/pages/Reading files.md index b6d0e5c..79c4657 100644 --- a/pages/Reading files.md +++ b/pages/Reading files.md @@ -1,8 +1,6 @@ Reading files ============= -**NOTE: The following information only applies to spmenu 1.1 and later.** - spmenu is designed to read files. Most of the time it reads standard input which is also a file (/dev/stdin which is a symlink to /proc/self/fd/0 on systems using the Linux kernel). You don't necessarily have to read standard input or stdin though, as of spmenu 1.1 you can read any file you want. Reading from a file has benefits. When reading from standard input the entries are only loaded once. When reading from a file however, if the file is modified the new entries will be loaded and displayed on the next X11 event. diff --git a/pages/Theme managers.md b/pages/Theme managers.md index 4c6745a..c91c412 100644 --- a/pages/Theme managers.md +++ b/pages/Theme managers.md @@ -1,9 +1,6 @@ Theme managers ============== -**NOTE: This article only applies to spmenu 1.1 and later. Users of spmenu 1.0 -and earlier should first upgrade, or alternatively use the regular profiles.** - This article is intended to be a list of theme managers that can be installed and used. spmenu does not decide or care what theme manager is used, spmenu simply runs `spmenu_profile --spmenu-set-profile` when the keybind for setting a profile is diff --git a/pages/Using spmenu on macOS.md b/pages/Using spmenu on macOS.md index 4009743..5141569 100755 --- a/pages/Using spmenu on macOS.md +++ b/pages/Using spmenu on macOS.md @@ -1,7 +1,7 @@ Using spmenu on macOS ===================== -**NOTE: This article features information that no longer applies to current spmenu versions. macOS users should now be able to install it the same way as everyone else, provided Wayland support is disabled and Xquartz is installed.** +**NOTE: This article is out of date and should no longer be considered accurate information. Read at your own risk.** spmenu (sort of) supports macOS. This is done through an X11 implementation for macOS called [XQuartz](https://www.xquartz.org/). It requires some extra effort however. diff --git a/pages/_sidebar.md b/pages/_sidebar.md index 7a9fe53..5b2607f 100755 --- a/pages/_sidebar.md +++ b/pages/_sidebar.md @@ -13,8 +13,4 @@ Hacker - [[Scripting with spmenu]] - [[Functions in spmenu_run]] - -Developer -========= - - [[Extensive code documentation]] diff --git a/pages/keybinds.h documentation.md b/pages/keybinds.h documentation.md deleted file mode 100644 index 49087ca..0000000 --- a/pages/keybinds.h documentation.md +++ /dev/null @@ -1,4 +0,0 @@ -keybinds.h documentation -======================== - -TODO. \ No newline at end of file diff --git a/pages/mouse.h documentation.md b/pages/mouse.h documentation.md deleted file mode 100644 index abe4c73..0000000 --- a/pages/mouse.h documentation.md +++ /dev/null @@ -1,4 +0,0 @@ -mouse.h documentation -===================== - -TODO. \ No newline at end of file