소스 검색

forgot the readme

naelstrof 7 년 전
부모
커밋
78d71023b9
1개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. 18
    0
      README.md

+ 18
- 0
README.md 파일 보기

@@ -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