- 1. 概要
- 2. インストール
- 3. 設定
1. 概要
「FreeBSD」で。
2. インストール
「root」ユーザ権限で。
pkg install -y xfce4-screenshooter-plugin xfce4-clipman-plugin
3. 設定
「xfce4-clipman」の起動と「xfce4-screenshooter」のキーボードショートカットを設定します。
以下、ログインユーザで。
| キー | 定義 | 意味 |
| Print | xfce4-screenshooter -c -f | 全画面をキャプチャしてクリップボードへコピー |
| Ctrl+Print | xfce4-screenshooter -c -w | アクティブウィンドウをキャプチャしてクリップボードへコピー |
vi ~/.spectrwm.conf
「xfce4-clipman」を起動します。
下記の行を追加。
autorun = ws[1]:xfce4-clipman
「xfce4-screenshooter」のプログラム定義と、ショートカットキーの定義。
下記の行を追加。
program[screenshot_all] = xfce4-screenshooter -c -f
program[screenshot_wind] = xfce4-screenshooter -c -w
bind[screenshot_all] = Print
bind[screenshot_wind] = Control+Print
これで、ログインしなおせば、思い通りの動きになります。
|
|