ハイフランドでスクリーンショットを撮る方法は?私は経験したヘプランドウィキしかし、私のアーチLinuxではスクリーンショットを撮ることはできません。
この問題をどのように解決できますか?
答え1
あなたはインストールすることができますテロリスト爆発あなたの投稿にリンクされているHyprlandの貢献ユーティリティです。 Arch LinuxではAURパッケージを使用できますGrimblast-git。つまり、うん:yay -S grimblast-git
。
スクリーンショット領域をクリップボードに
簡単なスクリーンショットを撮るには、iegrimblast copy area
コマンドを使用します。このコマンドを使用すると、画面の領域を選択してスクリーンショットを撮ってクリップボードにコピーできます。
スクリーンショット領域をファイルとして保存
スクリーンショットをファイルとして保存したい場合grimblast save area /tmp/screenshot.png
。
その他のオプション
コマンドを使用して、利用可能なすべてのオプションを取得できますgrimblast usage
。現在のバージョンでは、次のようになります。
Usage:
grimblast [--notify] [--cursor] [--freeze] [--wait N] [--scale <scale>] (copy|save|copysave|edit) [active|screen|output|area] [FILE|-]
grimblast check
grimblast usage
Commands:
copy: Copy the screenshot data into the clipboard.
save: Save the screenshot to a regular file or '-' to pipe to STDOUT.
copysave: Combine the previous 2 options.
edit: Open screenshot in the image editor of your choice (default is gimp). See man page for info.
check: Verify if required tools are installed and exit.
usage: Show this message and exit.
Targets:
active: Currently active window.
screen: All visible outputs.
output: Currently active output.
area: Manually select a region or window.
ハイフランドからのショートカット
スクリーンショットを撮るためのカスタムショートカットを指定できます。テロリスト爆発ヘフランドで。今すぐSUPER + C
:
bind = SUPER, C, exec, grimblast copy area