Init
This commit is contained in:
commit
367711b7a1
6 changed files with 664 additions and 0 deletions
43
foot/foot.ini
Executable file
43
foot/foot.ini
Executable file
|
@ -0,0 +1,43 @@
|
|||
# -*- conf -*-
|
||||
|
||||
include=/usr/share/foot/themes/monokai-pro
|
||||
|
||||
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
||||
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
||||
# login-shell=no
|
||||
|
||||
font=SourceCodePro:weight=regular:size=10
|
||||
font-bold=SourceCodePro:weight=bold:size=10
|
||||
font-italic=SourceCodePro:weight=regular:slant=italic:size=10
|
||||
font-bold-italic=SourceCodePro:weight=bold:slant=italic:size=10
|
||||
font-size-adjustment=0.5
|
||||
underline-offset=0.5
|
||||
|
||||
# word-delimiters=,│`|:"'()[]{}<>
|
||||
# selection-target=primary
|
||||
|
||||
[bell]
|
||||
# urgent=no
|
||||
# notify=no
|
||||
# visual=no
|
||||
# command=
|
||||
# command-focused=no
|
||||
|
||||
[desktop-notifications]
|
||||
# command=notify-send --wait --app-name ${app-id} --icon ${app-id} --category ${category} --urgency ${urgency} --expire-time ${expire-time} --hint STRING:image-path:${icon} --hint BOOLEAN:suppress-sound:${muted} --hint STRING:sound-name:${sound-name} --replace-id ${replace-id} ${action-argument} --print-id -- ${title} ${body}
|
||||
# command-action-argument=--action ${action-name}=${action-label}
|
||||
# close=""
|
||||
# inhibit-when-focused=yes
|
||||
|
||||
[cursor]
|
||||
style=block
|
||||
unfocused-style=hollow
|
||||
# color=<inverse foreground/background>
|
||||
# blink=no
|
||||
# blink-rate=500
|
||||
# beam-thickness=1.5
|
||||
# underline-thickness=<font underline thickness>
|
||||
|
||||
[mouse]
|
||||
hide-when-typing=no
|
||||
alternate-scroll-mode=yes
|
Loading…
Add table
Add a link
Reference in a new issue