
i3-scrot
List of commands for i3-scrot:
-
i3-scrot:tldr:0f2a3 i3-scrot: Capture a screenshot of the active window and copy it to the clipboard.$ i3-scrot --window-to-clipboardtry on your machineexplain this command
-
i3-scrot:tldr:27af5 i3-scrot: Capture a screenshot of the active window.$ i3-scrot --windowtry on your machineexplain this command
-
i3-scrot:tldr:5591b i3-scrot: Capture a screenshot of a specific selection and copy it to the clipboard.$ i3-scrot --select-to-clibpoardtry on your machineexplain this command
-
i3-scrot:tldr:7d288 i3-scrot: Capture a screenshot of the active window after a delay of 5 seconds.$ i3-scrot --window ${5}try on your machineexplain this command
-
i3-scrot:tldr:84020 i3-scrot: Capture a screenshot of a specific rectangular selection.$ i3-scrot --selecttry on your machineexplain this command
-
i3-scrot:tldr:ae63e i3-scrot: Capture a screenshot of the whole screen and copy it to the clipboard.$ i3-scrot --desk-to-clipboardtry on your machineexplain this command
-
i3-scrot:tldr:d2207 i3-scrot: Capture a screenshot of the whole screen and save it to the default directory.$ i3-scrottry on your machineexplain this command