Not just screenshots like hyprshot, but also recording videos of part of the screen. I used to use spectacle but there's no way without kwin.
Not just screenshots like hyprshot, but also recording videos of part of the screen. I used to use spectacle but there's no way without kwin.
7 Comments
LodeMike@lemmy.today · 6 pts · 295d
OBS
cobwoms@lemmy.blahaj.zone · 4 pts · 294d
i have this script on a keybind.
uses rofi, slurp and gpu-screen-recorder
modify as needed. i dont remember where i got it from originally
northernlights@lemmy.today · 2 pts · 294d
Very nice
northernlights@lemmy.today · 2 pts · 282d
That works perfect btw thank you.
cobwoms@lemmy.blahaj.zone · 2 pts · 282d
np
i did have issues recently trying to capture from a selection on multiple displays when each display is a different scale factor.... i haven't had time to figure out how to fix that, for now i just capture on my main display only
capuccino@lemmy.world · 4 pts · 295d
bind screenshot key to execute
flameshot full -cedit: for video I use obs
SaltyIceteaMaker@lemmy.ml · 2 pts · 203d
Video recording:
OBS (specifically the replaybuffer for clips)
(i am using obs-cmd 'cause i never got the global hotkeys to work. idk why)
run it on startup so its ready for clips
exec-once = obs --minimize-to-tray --startreplaybuffersave replay buffer (it keeps runnig after save)
bind = , F9, exec, obs-cmd replay savestart recording, or stop and save recording if it is already active
bind = , F10, exec, obs-cmd recording toggleScreenshots:
hyprshot.
(0xff61 is the "print screen" key)
whole (active) monitor
bind = , 0xff61, exec, hyprshot --mode active --mode output --output-folder ~/Pictures/Screenshotsselect region (dragged by mouse):
bind = SHIFT, 0xff61, exec, hyprshot --mode region --output-folder ~/Pictures/Screenshotscurrent (active) window
bind = CTRL, 0xff61, exec, hyprshot --mode active --mode window --output-folder ~/Pictures/Screenshots