Blame

8004a8 luxmiyu 2026-02-23 00:14:44
add resources page
1
# Resources (todo)
2
ec0391 luxmiyu 2026-02-23 19:18:05
add grim slurp satty
3
- https://github.com/eliheuer/caskaydia-cove CaskaydiaCove Nerd Font Mono
4
- https://gitlab.freedesktop.org/emersion/grim grim
5
- https://github.com/emersion/slurp slurp
6
- https://github.com/Satty-org/Satty satty
7
8
```c
9
grim -g "$(slurp)" - | satty --filename -
10
```
11
12
```cs
13
window-rule {
14
match title="satty"
15
open-floating true
16
default-column-width { proportion 0.9; }
17
default-window-height { proportion 0.9; }
18
}
19
```
4188ac luxmiyu 2026-02-23 19:32:26
20
21
```c
22
grim -g "$(slurp -p)" -t ppm - | magick - -format '%[hex:p{0,0}]' info:- | fish_clipboard_copy
23
```
8880e1 luxmiyu 2026-02-24 00:54:01
24
25
- https://github.com/m3tozz/FastCat