Skip to content

Instantly share code, notes, and snippets.

View rafaeloledo's full-sized avatar
🎯
Focusing

Rafael Ledo rafaeloledo

🎯
Focusing
View GitHub Profile
@nate-moo
nate-moo / Discord Full Screen sharing under wayland.md
Last active April 2, 2024 22:55
Screensharing full screen on discord under wayland

warning: Very cursed

image

things required:

  • wf-recorder
  • mpv
  • wayland
@CapMousse
CapMousse / ocr.sh
Created July 20, 2024 20:07
Screenshot OCR for text extraction on Hyprland
#!/bin/bash
# Dependencies: tesseract-ocr imagemagick wl-clipboard hyprshot
die(){
notify-send "$1"
exit 1
}
cleanup(){
[[ -n $1 ]] && rm -r "$1"
}