i3wm - 共通事項 - 画面キャプチャ - FreeBSD

クラウディア 
1. 概要
2. インストール
3. 設定

1. 概要

 以下、「FreeBSD 14.0 i3wm」での設定です。

2. インストール

 「root」ユーザ権限で。

pkg install -y xfce4-clipman-plugin xfce4-screenshooter-plugin

3. 設定

 ログインユーザで。

sh
cat << 'EOF' >> ~/.config/i3/config

bindsym Print         exec --no-startup-id xfce4-screenshooter -c -f
bindsym Control+Print exec --no-startup-id xfce4-screenshooter -c -w

exec --no-startup-id xfce4-clipman &
EOF
exit
 ログインしなおせば、下記で動作します。 ・Print 全画面をキャプチャしてクリップボードへコピー ・Ctrl+Print アクティブウィンドウをキャプチャしてクリップボードへコピー
earthcar(アースカー)