some cleanup

This commit is contained in:
speedie 2023-06-20 00:21:32 +02:00
parent ce7489f5e2
commit b425dfc7c5
6 changed files with 1 additions and 18 deletions

View file

@ -1,8 +1,6 @@
Reading files 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. 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. 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.

View file

@ -1,9 +1,6 @@
Theme managers 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. 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 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 `spmenu_profile --spmenu-set-profile` when the keybind for setting a profile is

View file

@ -1,7 +1,7 @@
Using spmenu on macOS 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. 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.

View file

@ -13,8 +13,4 @@ Hacker
- [[Scripting with spmenu]] - [[Scripting with spmenu]]
- [[Functions in spmenu_run]] - [[Functions in spmenu_run]]
Developer
=========
- [[Extensive code documentation]] - [[Extensive code documentation]]

View file

@ -1,4 +0,0 @@
keybinds.h documentation
========================
TODO.

View file

@ -1,4 +0,0 @@
mouse.h documentation
=====================
TODO.