Screenshots & Recording
Everything you can grab off the screen hangs off the Print Screen key. One key on its own takes a picture, and the modifiers take a recording, a colour, or the text inside a region. If your keyboard doesn’t have a Print Screen key at all, Super + Ctrl + C opens the same set as a menu.
| Hotkey | Function |
|---|---|
Print Screen |
Screenshot |
Alt + Print Screen |
Screenrecord (or stop the one that’s running) |
Super + Print Screen |
Colour picker |
Super + Ctrl + Print Screen |
Extract text from a region |
Super + Ctrl + C |
Capture menu |
Super + Ctrl + . |
Transcode a picture or video |
Screenshots
Hit Print Screen and the screen freezes so nothing shifts under you while you aim. Drag a box for a freeform region, or just click once and the shot snaps to whatever rectangle you clicked in — a window if you landed on one, the whole monitor if you landed on the bar or in a gap. Changed your mind? Hit Print Screen again to dismiss the picker.
The result goes two places at once: a PNG in your pictures directory, and the clipboard, so you can paste it straight into a chat window with Super + V. A notification pops up with a thumbnail. Click it (or hit Super + Alt + , to invoke the last notification) and the shot opens in Tensaku, the annotation editor, where you can draw arrows and boxes on it before you send it.
Files land in ~/Pictures by default, named screenshot-2026-08-13_14-22-05.png. If you’d rather keep them in their own folder, set OMARCHY_SCREENSHOT_DIR — see the FAQ for where to put session environment variables. Omarchy creates the directory for you if it isn’t there. You can swap the editor too with OMARCHY_SCREENSHOT_EDITOR.
From the terminal, omarchy screenshot takes the same shot, and you can be explicit about it: omarchy capture screenshot region for freeform only, windows to snap to window and monitor rectangles, or fullscreen to skip the picker entirely and grab the focused monitor. A second argument of copy puts the shot only on the clipboard, and save only on disk.
Driving the picker from the keyboard
While the selection is up, you don’t have to use the mouse at all:
| Key | Function |
|---|---|
Return |
Capture the highlighted window |
Ctrl + Return |
Capture the whole screen |
Tab / Ctrl + Tab |
Highlight the next / previous window |
| Arrow keys | Highlight the window in that direction |
The arrows and Tab move the cursor to the window they pick, so the highlight follows along and you can see what you’re about to capture. These bindings only exist while a selection is on screen, so they can’t collide with anything in your own config.
Screen recording
Alt + Print Screen opens Trigger > Capture > Screenrecord, which asks what you want on the soundtrack: no audio, desktop audio, desktop plus microphone, or desktop plus microphone plus webcam. That last one only shows up if you actually have a camera plugged in. Pick one and you get the same picker as a screenshot: drag a region, or click a window or monitor.
Recording runs on gpu-screen-recorder, which encodes on the GPU at 60fps and falls back to the CPU if it has to. The result is an MP4 in ~/Videos, named screenrecording-2026-08-13_14-22-05.mp4. Set OMARCHY_SCREENRECORD_DIR to change that — but note that unlike the screenshot directory, this one has to exist already, or the recording refuses to start.
While you’re recording, a little indicator shows up in the bar. Click it to stop. You can also stop with Alt + Print Screen again, or with the Stop Screenrecording entry under Trigger > Capture > Screenrecord, which only appears while something is actually recording.
Stopping does a bit of tidying before it hands you the file: the first frame gets trimmed, and if there’s audio it’s normalized to -14 LUFS with the PipeWire capture pop at the very start muted out. Then a notification appears with a thumbnail from the recording. Click it to play the file in mpv.
The webcam overlay
When you record with a webcam, the camera appears as a pinned, cropped portrait window in the bottom-right corner of whatever you’re recording. If it’s sitting on top of something you need, resize it on the fly:
| Hotkey | Function |
|---|---|
Super + Alt + [ |
Make the webcam overlay smaller |
Super + Alt + ] |
Make the webcam overlay larger |
There are three sizes — small, medium, and large — and the hotkeys step between them. Medium is the default. They’re proportional to the recording, so the camera takes up the same share of the frame whether you’re recording a 1080p monitor or a 6K one. And if you recorded a region rather than a whole display, the overlay anchors to that region’s corner rather than the monitor’s, so it stays inside the shot.
You can also call it directly with omarchy-capture-webcam-resize small, or reset to go back to medium.
Text, QR codes, and colours
Super + Ctrl + Print Screen selects a region and OCRs it to the clipboard. That’s covered properly in Text Extraction & Dictation.
Trigger > Capture > QR Code does the same trick for QR codes. Select the region with the code in it, and the decoded value goes to the clipboard. It only looks for QR codes — dense screen content has a habit of false-positiving as a barcode otherwise. Worth knowing: the decoded value goes to the clipboard and nowhere else. It isn’t printed, it isn’t in the notification, and it’s marked sensitive so it doesn’t stick around in clipboard history. QR codes routinely carry secrets — the otpauth:// URI behind a 2FA setup code, for one — and you don’t want that in a log. Pasting still works fine.
Super + Print Screen (or Trigger > Capture > Color) turns the cursor into an eyedropper. Click anything on screen and the colour lands on the clipboard. Press the hotkey again to back out without picking.
Transcoding before you share
A 4K screen recording or a raw HEIC off your phone is often too big to just send. Super + Ctrl + . (or Trigger > Transcode) fixes that. It offers you a fuzzy file picker over ~/Pictures and ~/Videos, then asks for a format and a size.
Pictures go to jpg or png at high, medium, or low, which cap the width at 3160, 2160, and 1080 pixels. Videos go to mp4 or an animated gif at 4k, 1080p, or 720p. The converted file is written next to the original with the resolution in the name — demo-1080p.mp4 — and the path is copied to the clipboard as a file URI, so you can paste it directly into an app that takes file drops.
It works from the terminal too, if you already know what you want: omarchy transcode ~/Videos/demo.mov mp4 1080p. There’s also omarchy transcode ascii, which turns an image into ASCII art — that one’s mostly for branding.
Sending it somewhere
Once you’ve got the file, Super + Ctrl + S opens the Share menu and sends it to another device on your network via LocalSend. See GUIs for that.