← 返回命令列表

Linux command

i3-scrot 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Example

i3-scrot

Example

i3-scrot --window

Example

i3-scrot --select

Example

i3-scrot --xclip --desk

Example

i3-scrot --xclip --window

Example

i3-scrot --xclip --select

Example

i3-scrot --desk [5]

说明

i3-scrot is a wrapper script around the scrot screenshot utility, designed for use with the i3 window manager. It provides convenient options for common screenshot operations and sends desktop notifications on completion. Screenshots are saved to ~/Pictures by default. The save location and other settings can be changed in ~/.config/i3-scrot.conf. The default action without any flags is full screen capture.

参数

-d, --desk
Capture the full screen (default action).
-w, --window
Capture the currently active window.
-s, --select
Capture a user-selected rectangular region.
-x, --xclip
Copy the screenshot to the clipboard instead of only saving to file.
-h, --help
Display help information.

FAQ

What is the i3-scrot command used for?

i3-scrot is a wrapper script around the scrot screenshot utility, designed for use with the i3 window manager. It provides convenient options for common screenshot operations and sends desktop notifications on completion. Screenshots are saved to ~/Pictures by default. The save location and other settings can be changed in ~/.config/i3-scrot.conf. The default action without any flags is full screen capture.

How do I run a basic i3-scrot example?

Run `i3-scrot` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -d, --desk do in i3-scrot?

Capture the full screen (default action).