「Foot」の版間の差分
(英語版から転載) |
(一部翻訳) |
||
1行目: | 1行目: | ||
[[Category:ターミナルエミュレータ]] |
[[Category:ターミナルエミュレータ]] |
||
[[en:Foot]] |
[[en:Foot]] |
||
− | [https://codeberg.org/dnkl/foot Foot] |
+ | [https://codeberg.org/dnkl/foot Foot] は、高速、軽量、ミニマルな [[Wayland]] ターミナル エミュレーターです。 |
− | == |
+ | == インストール == |
+ | {{Pkg|foot}} パッケージを [[インストール]] して下さい、または開発版の {{AUR|foot-git}} |
||
− | [[Install]] the {{Pkg|foot}} package or {{AUR|foot-git}} for the development version. |
||
− | == |
+ | == 設定 == |
− | ''foot'' |
+ | ''foot'' は {{ic|$XDG_CONFIG_HOME/foot/foot.ini}} にある構成ファイルをロードします (デフォルトは {{ic|$HOME/.config/foot/foot.ini}}) 構成ファイルのテンプレートは {{ic|/etc/xdg/foot/foot.ini}} にあります。テンプレートを {{ic|$XDG_CONFIG_HOME/foot/foot.ini}} にコピーし、変更したい設定のコメントを外します。 ''foot'' を再起動して、新しい設定を適用します。 |
+ | マニュアルページ {{man|5|foot.ini}} に ''foot'' の設定方法に関する詳細な情報が記載されています。 |
||
− | Manual page {{man|5|foot.ini}} provides detailed information on how to configure ''foot''. |
||
− | === |
+ | === カラー === |
+ | {{ic|[color]}} セクションを変更することで、色をカスタマイズできます。 |
||
− | You can customize colors by modifying {{ic|[color]}} section. |
||
− | + | テーマは {{ic|/usr/share/foot/themes}} にあります。テーマを適用するには、{{ic|[main]}} の下に {{ic|include}} キーを追加します。 |
|
{{hc|$HOME/.config/foot/foot.ini|2= |
{{hc|$HOME/.config/foot/foot.ini|2= |
2023年1月28日 (土) 03:28時点における版
Foot は、高速、軽量、ミニマルな Wayland ターミナル エミュレーターです。
目次
インストール
foot パッケージを インストール して下さい、または開発版の foot-gitAUR
設定
foot は $XDG_CONFIG_HOME/foot/foot.ini
にある構成ファイルをロードします (デフォルトは $HOME/.config/foot/foot.ini
) 構成ファイルのテンプレートは /etc/xdg/foot/foot.ini
にあります。テンプレートを $XDG_CONFIG_HOME/foot/foot.ini
にコピーし、変更したい設定のコメントを外します。 foot を再起動して、新しい設定を適用します。
マニュアルページ foot.ini(5) に foot の設定方法に関する詳細な情報が記載されています。
カラー
[color]
セクションを変更することで、色をカスタマイズできます。
テーマは /usr/share/foot/themes
にあります。テーマを適用するには、[main]
の下に include
キーを追加します。
$HOME/.config/foot/foot.ini
[main] include=/usr/share/foot/themes/name-of-theme
Server (daemon) mode
When run normally, foot start a new foot process for each window.
foot can also be run in a server mode. In this mode, one process hosts multiple windows. All Wayland communication, VT parsing and rendering is done in the server process.
New windows are opened by running footclient, which remains running until the terminal window is closed, at which point it exits with the exit value of the client process (typically the shell).
To run foot in server mode, create a unit file for wayland-instance@.target
$HOME/.config/systemd/user/wayland-instance@.target
[Unit] Description=Services which should run after the graphical session is brought up Requires=basic.target After=graphical-session.target
Reload systemd user configuration with a daemon-reload, then enable the foot-server@${WAYLAND_DISPLAY}.service
user unit.
Tips and tricks
GNOME
Show borders
Currently, GNOME does not support server side decoration on Wayland. foot running on GNOME will show a plain and flat window. You can configure foot to show borders so that different foot windows can be distinguished more easily.
$HOME/.config/foot/foot.ini
[csd] border-width=2 border-color=ff404040
Rebind URL mode keys
foot has a URL mode, URLs to be launched, however, its default binding, Ctrl+Shift+u
conflicts with Unicode input shortcut of IBus, thus making URL mode inaccessible. You can solve this by bind URL mode to other keys.
$HOME/.config/foot/foot.ini
[key-bindings] show-urls-launch=Control+Mod1+u