foot: update config

This commit is contained in:
lelgenio 2022-02-27 16:33:57 -03:00
parent 901698ddd2
commit 2dd9a2130e
2 changed files with 7 additions and 4 deletions

View File

@ -8,7 +8,7 @@
# title=foot
# locked-title=no
font={{@@ font.mono @@}}:size={{@@ font.size.small * 4/3 @@}}
font={{@@ font.mono @@}}:size={{@@ font.size.small @@}}
# font-bold=<bold variant of regular font>
# font-italic=<italic variant of regular font>
# font-bold-italic=<bold+italic variant of regular font>
@ -18,7 +18,7 @@ font={{@@ font.mono @@}}:size={{@@ font.size.small * 4/3 @@}}
# vertical-letter-offset=0
# underline-offset=<font metrics>
# box-drawings-uses-font-glyphs=no
# dpi-aware=yes
dpi-aware=no
# initial-window-size-pixels=700x500 # Or,
# initial-window-size-chars=<COLSxROWS>
@ -28,7 +28,7 @@ font={{@@ font.mono @@}}:size={{@@ font.size.small * 4/3 @@}}
# notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
bold-text-in-bright=yes
bold-text-in-bright=no
# bell=none
# word-delimiters=,│`|:"'()[]{}<>
# selection-target=primary

View File

@ -24,8 +24,11 @@ test "$1" = "-e" && shift
exec alacritty --class "$CLASS"
}
# {%@@ elif terminal == "foot" @@%} #
if ! pidof foot; then
foot --server 2> /dev/null &
fi
command -v footclient > /dev/null &&
exec footclient --class "$CLASS" -- $@
exec footclient --app-id "$CLASS" -- $@
# {%@@ elif terminal == "kitty" @@%} #
command -v kitty > /dev/null &&
exec kitty --class "$CLASS" -- $@