tessen: Add custom fuzzel config
This commit is contained in:
parent
abc2d350da
commit
b4138029be
2 changed files with 87 additions and 0 deletions
|
@ -18,6 +18,8 @@ action="autotype"
|
||||||
# dmenu_backend in this config file
|
# dmenu_backend in this config file
|
||||||
# alternatively, use the command line arguments to specify the dmenu backend
|
# alternatively, use the command line arguments to specify the dmenu backend
|
||||||
# while running tessen
|
# while running tessen
|
||||||
|
fuzzel_config_file="$HOME/.config/tessen/fuzzel.ini"
|
||||||
|
# tofi_config_file=""
|
||||||
# rofi_config_file="$XDG_CONFIG_HOME/rofi/test.rasi"
|
# rofi_config_file="$XDG_CONFIG_HOME/rofi/test.rasi"
|
||||||
# wofi_config_file=""
|
# wofi_config_file=""
|
||||||
# wofi_style_file=""
|
# wofi_style_file=""
|
||||||
|
|
85
.config/tessen/fuzzel.ini
Normal file
85
.config/tessen/fuzzel.ini
Normal file
|
@ -0,0 +1,85 @@
|
||||||
|
# output=<not set>
|
||||||
|
font=monospace:size=15
|
||||||
|
dpi-aware=auto
|
||||||
|
prompt='❯ '
|
||||||
|
icon-theme=breeze-dark
|
||||||
|
icons-enabled=no
|
||||||
|
fields=name,generic
|
||||||
|
# password-character=*
|
||||||
|
fuzzy=yes
|
||||||
|
show-actions=no
|
||||||
|
terminal=foot -e
|
||||||
|
# launch-prefix=<not set>
|
||||||
|
lines=10
|
||||||
|
width=80
|
||||||
|
# horizontal-pad=40
|
||||||
|
# vertical-pad=8
|
||||||
|
# inner-pad=0
|
||||||
|
image-size-ratio=0.5
|
||||||
|
line-height=20
|
||||||
|
letter-spacing=0
|
||||||
|
layer=overlay
|
||||||
|
exit-on-keyboard-focus-loss=no
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
background=282a36fa
|
||||||
|
# text=657b83ff
|
||||||
|
# match=cb4b16ff
|
||||||
|
selection=3d4474fa
|
||||||
|
# selection-text=657b83ff
|
||||||
|
border=ff6a6afa
|
||||||
|
|
||||||
|
[border]
|
||||||
|
width=5
|
||||||
|
radius=20
|
||||||
|
|
||||||
|
[dmenu]
|
||||||
|
# mode=text # text|index
|
||||||
|
# exit-immediately-if-empty=no
|
||||||
|
|
||||||
|
[key-bindings]
|
||||||
|
# cancel=Escape Control+g
|
||||||
|
# execute=Return KP_Enter Control+y
|
||||||
|
# execute-or-next=Tab
|
||||||
|
# cursor-left=Left Control+b
|
||||||
|
# cursor-left-word=Control+Left Mod1+b
|
||||||
|
# cursor-right=Right Control+f
|
||||||
|
# cursor-right-word=Control+Right Mod1+f
|
||||||
|
cursor-home=none
|
||||||
|
# cursor-end=End Control+e
|
||||||
|
# delete-prev=BackSpace
|
||||||
|
# delete-prev-word=Mod1+BackSpace Control+BackSpace
|
||||||
|
# delete-next=Delete
|
||||||
|
# delete-next-word=Mod1+d Control+Delete
|
||||||
|
# delete-line=Control+k
|
||||||
|
# prev=Up Control+p
|
||||||
|
# prev-with-wrap=ISO_Left_Tab
|
||||||
|
# prev-page=PageUp KP_PageUp
|
||||||
|
# next=Down Control+n
|
||||||
|
# next-with-wrap=none
|
||||||
|
# next-page=Page_Down KP_Page_Down
|
||||||
|
|
||||||
|
# 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
|
||||||
|
# with 12, and so on.
|
||||||
|
|
||||||
|
# custom-1=Mod1+1
|
||||||
|
# custom-2=Mod1+2
|
||||||
|
# custom-3=Mod1+3
|
||||||
|
# custom-4=Mod1+4
|
||||||
|
# custom-5=Mod1+5
|
||||||
|
# custom-6=Mod1+6
|
||||||
|
# custom-7=Mod1+7
|
||||||
|
# custom-8=Mod1+8
|
||||||
|
# custom-9=Mod1+9
|
||||||
|
# custom-10=Mod1+0
|
||||||
|
# custom-11=Mod1+exclam
|
||||||
|
# custom-12=Mod1+at
|
||||||
|
# custom-13=Mod1+numbersign
|
||||||
|
# custom-14=Mod1+dollar
|
||||||
|
# custom-15=Mod1+percent
|
||||||
|
# custom-16=Mod1+dead_circumflex
|
||||||
|
custom-17=Control+a
|
||||||
|
custom-18=Control+c
|
||||||
|
# custom-19=Mod1+parentleft
|
||||||
|
|
Loading…
Add table
Reference in a new issue