Browse Source

changed readme

naelstrof 7 years ago
parent
commit
b34b6bd41e
1 changed files with 10 additions and 7 deletions
  1. 10
    7
      README.md

+ 10
- 7
README.md View File

@@ -1,18 +1,21 @@
1
-#slop-wayland
1
+#slop-release-candidate
2 2
 
3
-A wayland port of slop. It's currently a work in progress.
3
+Since I made slop when I was around 16, it is *really bad*.
4
+
5
+This just a re-write with less dependencies, inaccuracies, etc.
4 6
 
5 7
 TODO:
6
-- [ ] Window Selection (CURRENTLY IMPOSSIBLE WITHOUT HACKS/EXPLOITS/EXTENSIONS, Wayland is too secure)
7
-- [ ] Magnification (UNLIKELY, again due to wayland being very secure)
8
+- [x] Window Selection
8 9
 - [x] Keyboard
9
-- [x] Shaders
10
+- [ ] Shaders (Partially complete, need more robust features still).
10 11
 - [x] Custom output formatting
11
-- [ ] Themes
12
-- [ ] Multi-monitor testing (Pretty sure it won't work properly with multiple monitors, still needs to spawn a fullscreen window for each output.)
13 12
 - [ ] Manpages
14 13
 - [x] Option parsing
15 14
 - [x] Highlighting
16 15
 - [x] Mouse stuff
17 16
 - [x] Drawing stuff
18 17
 - [x] Printing stuff
18
+
19
+Avoiding:
20
+- [ ] Themes (Not going to happen. It'd add a texture library dependency.)
21
+- [ ] Magnification (Very expensive, probably not going to happen.)