- 1. 概要
- 2. インストール
- 3. 自動起動
- 4. ショートカットキー
1. 概要
以下、「ROSA 12.1」での操作です。
2. インストール
「root」ユーザ権限で。
dnf install -y xfce4-screenshooter xfce4-clipman-plugin
3. 自動起動
自動起動の見本がないので、作成します。
ログインユーザで。
mkdir -pv ~/.config/autostart
sh
cat << 'EOF' >> ~/.config/autostart/xfce4-clipman.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=Clipboard Manager
Name[ja]=クリップボードマネージャー
Comment=Clipboard Manager Autostart File
Comment[ja]=クリップボードマネージャーの自動起動ファイル
TryExec=xfce4-clipman
Exec=xfce4-clipman
Icon=xfce4-clipman-plugin
Terminal=false
Categories=GTK;Utility;TrayIcon;
OnlyShowIn=XFCE;GNOME;X-Cinnamon;KDE;
StartupNotify=false
EOF
exit
4. ショートカットキー
「xfce4-screenshooter」のショートカットキーを設定します。
わたしは、下記のように割り当てています。
・Print 全画面キャプチャで「Spectacle」を起動(デフォルト)
・Ctrl+Print アクティブウィンドウをキャプチャしてクリップボードへコピー(xfce4-screenshooter -c -w)
|
|