UKUI - 共通事項 - 画面キャプチャ - xfce4-screenshooter
1. 概要 2020年9月15日、「AcroLinux 20.07.5 UKUI」では、無理やりの設定を行いました。 キーボードフック、クリップボード、スクリーンショット、をインストールして、動かします。 下記の設定を行います。
2. インストール 「root」ユーザで 「ArcoLinux」 yes | pacman -S xfce4-screenshooter xfce4-clipman-plugin sxhkd 3. 設定 ログインユーザで 「AcroLinux」 「sxhkd」の設定ファイルを作成します。 mkdir -pv ~/.config/sxhkd sh cat << 'EOF' >> ~/.config/sxhkd/sxhkdrc Print xfce4-screenshooter -c -f ctrl + Print xfce4-screenshooter -c -w EOF exit 「AcroLinux」では、「~/.xprofile」に記述するのが確実にプログラムの起動ができるようなので、「sxhkd」「xfce4-clipman」の起動を記述します。 sh cat << 'EOF' >> ~/.xprofile xfce4-clipman & sxhkd & EOF exit これで、ショートカットキーで画面キャプチャがクリップボードにとれるようになります。
yes | pacman -S xfce4-screenshooter xfce4-clipman-plugin sxhkd
mkdir -pv ~/.config/sxhkd sh cat << 'EOF' >> ~/.config/sxhkd/sxhkdrc Print xfce4-screenshooter -c -f ctrl + Print xfce4-screenshooter -c -w EOF exit
sh cat << 'EOF' >> ~/.xprofile xfce4-clipman & sxhkd & EOF exit