Browse Source

forgot the readme

naelstrof 7 years ago
parent
commit
78d71023b9
1 changed files with 18 additions and 0 deletions
  1. 18
    0
      README.md

+ 18
- 0
README.md View File

@@ -0,0 +1,18 @@
1
+#slop-wayland
2
+
3
+A wayland port of slop. It's currently a work in progress.
4
+
5
+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] Keyboard
9
+- [x] Shaders
10
+- [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
+- [ ] Manpages
14
+- [x] Option parsing
15
+- [x] Highlighting
16
+- [x] Mouse stuff
17
+- [x] Drawing stuff
18
+- [x] Printing stuff