feat(fuzzel.ini): update config with new default options
This commit is contained in:
@@ -1,19 +1,27 @@
|
|||||||
# output=<not set>
|
# output=<not set>
|
||||||
font=JetBrainsMono-Regular:size=14
|
font=JetBrainsMono-Regular:size=14
|
||||||
dpi-aware=no
|
dpi-aware=no
|
||||||
|
# use-bold=no
|
||||||
prompt="❯ "
|
prompt="❯ "
|
||||||
|
# placeholder=
|
||||||
# icon-theme=hicolor
|
# icon-theme=hicolor
|
||||||
# icons-enabled=yes
|
# icons-enabled=yes
|
||||||
# fields=filename,name,generic
|
# fields=filename,name,generic
|
||||||
# password-character=*
|
# password-character=*
|
||||||
# filter-desktop=no
|
# filter-desktop=no
|
||||||
# fuzzy=yes
|
# match-mode=fzf
|
||||||
|
# sort-result=yes
|
||||||
|
# match-counter=no
|
||||||
|
# delayed-filter-ms=300
|
||||||
|
# delayed-filter-limit=20000
|
||||||
# show-actions=no
|
# show-actions=no
|
||||||
terminal=footclient -e
|
terminal=footclient -e
|
||||||
# launch-prefix=<not set>
|
# launch-prefix=<not set>
|
||||||
# list-executables-in-path=no
|
# list-executables-in-path=no
|
||||||
|
|
||||||
# anchor=center
|
# anchor=center
|
||||||
|
# x-margin=0
|
||||||
|
# y-margin=0
|
||||||
lines=16
|
lines=16
|
||||||
width=50
|
width=50
|
||||||
tabs=4
|
tabs=4
|
||||||
@@ -26,16 +34,25 @@ image-size-ratio=.25
|
|||||||
# line-height=<use font metrics>
|
# line-height=<use font metrics>
|
||||||
# letter-spacing=0
|
# letter-spacing=0
|
||||||
|
|
||||||
# layer = top
|
# layer=overlay
|
||||||
exit-on-keyboard-focus-loss=no
|
exit-on-keyboard-focus-loss=no
|
||||||
|
|
||||||
|
# cache=<not set>
|
||||||
|
|
||||||
|
# render-workers=<number of logical CPUs>
|
||||||
|
# match-workers=<number of logical CPUs>
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background=08052bdd
|
background=08052bdd
|
||||||
text=e3e3eaff
|
text=e3e3eaff
|
||||||
|
# prompt=586e75ff
|
||||||
|
# placeholder=93a1a1ff
|
||||||
|
# input=657b83ff
|
||||||
match=FFE57Fff
|
match=FFE57Fff
|
||||||
selection-match=FFE57Fff
|
selection-match=FFE57Fff
|
||||||
selection=44475add
|
selection=44475add
|
||||||
selection-text=FFFFFFff
|
selection-text=FFFFFFff
|
||||||
|
# counter=93a1a1ff
|
||||||
border=6272A4ff
|
border=6272A4ff
|
||||||
|
|
||||||
[border]
|
[border]
|
||||||
@@ -47,7 +64,7 @@ border=6272A4ff
|
|||||||
# exit-immediately-if-empty=no
|
# exit-immediately-if-empty=no
|
||||||
|
|
||||||
[key-bindings]
|
[key-bindings]
|
||||||
# cancel=Escape Control+g
|
# cancel=Escape Control+g Control+c Control+bracketleft
|
||||||
# execute=Return KP_Enter Control+y
|
# execute=Return KP_Enter Control+y
|
||||||
# execute-or-next=Tab
|
# execute-or-next=Tab
|
||||||
# execute-input=Shift+Return Shift+KP_Enter
|
# execute-input=Shift+Return Shift+KP_Enter
|
||||||
@@ -57,8 +74,8 @@ border=6272A4ff
|
|||||||
# cursor-right-word=Control+Right Mod1+f
|
# cursor-right-word=Control+Right Mod1+f
|
||||||
# cursor-home=Home Control+a
|
# cursor-home=Home Control+a
|
||||||
# cursor-end=End Control+e
|
# cursor-end=End Control+e
|
||||||
# delete-prev=BackSpace
|
# delete-prev=BackSpace Control+h
|
||||||
# delete-prev-word=Mod1+BackSpace Control+BackSpace
|
# delete-prev-word=Mod1+BackSpace Control+BackSpace Control+w
|
||||||
# delete-line-backward=Control+u
|
# delete-line-backward=Control+u
|
||||||
# delete-next=Delete KP_Delete Control+d
|
# delete-next=Delete KP_Delete Control+d
|
||||||
# delete-next-word=Mod1+d Control+Delete Control+KP_Delete
|
# delete-next-word=Mod1+d Control+Delete Control+KP_Delete
|
||||||
@@ -69,6 +86,9 @@ border=6272A4ff
|
|||||||
# next=Down Control+n
|
# next=Down Control+n
|
||||||
# next-with-wrap=none
|
# next-with-wrap=none
|
||||||
# next-page=Page_Down KP_Page_Down
|
# next-page=Page_Down KP_Page_Down
|
||||||
|
# expunge=Shift+Delete
|
||||||
|
# clipboard-paste=Control+v XF86Paste
|
||||||
|
# primary-paste=Shift+Insert Shift+KP_Insert
|
||||||
|
|
||||||
# custom-N: *dmenu mode only*. Like execute, but with a non-zero
|
# custom-N: *dmenu mode only*. Like execute, but with a non-zero
|
||||||
# exit-code; custom-1 exits with code 10, custom-2 with 11, custom-3
|
# exit-code; custom-1 exits with code 10, custom-2 with 11, custom-3
|
||||||
|
|||||||
Reference in New Issue
Block a user