Лаунчеры. Fuzzel
Fuzzel.
Содержание
1 Общая информация
- Репозиторий: https://codeberg.org/dnkl/fuzzel
- Для среды Wayland.
- Нечёткий поиск соответствия.
2 Настройка
2.1 Файл конфигурации
1# output=<not set>
2font=Iosevka Nerd Font Propo-14
3# dpi-aware=auto
4# use-bold=no
5prompt="=> "
6# placeholder=
7icon-theme=Qogir
8# icons-enabled=yes
9# hide-before-typing=no
10## fields {{{
11## - filename: the .desktop file’s filename
12## - name: the application’s name (title)
13## - generic: the application’s generic name
14## - exec: the applications’s executable, as specified in the desktop file. Note: may include command line options as well.
15## - keywords: the application’s keywords
16## - categories: the application’s categories
17## - comment: the application’s comment
18# fields=filename,name,generic
19fields=filename,name,generic,exec
20##}}}
21# password-character=*
22# filter-desktop=no
23# match-mode=fzf
24# sort-result=yes
25# match-counter=no
26# delayed-filter-ms=300
27# delayed-filter-limit=20000
28show-actions=yes
29# terminal=$TERMINAL -e # Note: you cannot actually use environment variables here
30# launch-prefix=<not set>
31# list-executables-in-path=no
32
33# anchor=center
34# x-margin=0
35# y-margin=0
36lines=24
37width=120
38# tabs=8
39# horizontal-pad=40
40# vertical-pad=8
41# inner-pad=0
42
43# image-size-ratio=0.5
44
45# line-height=<use font metrics>
46# letter-spacing=0
47
48# layer=overlay
49# exit-on-keyboard-focus-loss=yes
50
51# cache=<not set>
52
53# render-workers=<number of logical CPUs>
54# match-workers=<number of logical CPUs>
55
56[colors]
57# background=fdf6e3ff
58# text=657b83ff
59# prompt=586e75ff
60# placeholder=93a1a1ff
61# input=657b83ff
62# match=cb4b16ff
63# selection=eee8d5ff
64# selection-text=586e75ff
65# selection-match=cb4b16ff
66# counter=93a1a1ff
67# border=002b36ff
68
69[border]
70# width=1
71# radius=10
72
73[dmenu]
74# mode=text # text|index
75# exit-immediately-if-empty=no
76
77[key-bindings]
78# cancel=Escape Control+g Control+c Control+bracketleft
79# execute=Return KP_Enter Control+y
80# execute-or-next=Tab
81# execute-input=Shift+Return Shift+KP_Enter
82# cursor-left=Left Control+b
83# cursor-left-word=Control+Left Mod1+b
84# cursor-right=Right Control+f
85# cursor-right-word=Control+Right Mod1+f
86# cursor-home=Home Control+a
87# cursor-end=End Control+e
88# delete-prev=BackSpace Control+h
89# delete-prev-word=Mod1+BackSpace Control+BackSpace Control+w
90# delete-line-backward=Control+u
91# delete-next=Delete KP_Delete Control+d
92# delete-next-word=Mod1+d Control+Delete Control+KP_Delete
93# delete-line-forward=Control+k
94# prev=Up Control+p
95# prev-with-wrap=ISO_Left_Tab
96# prev-page=Page_Up KP_Page_Up
97# next=Down Control+n
98# next-with-wrap=none
99# next-page=Page_Down KP_Page_Down
100# expunge=Shift+Delete
101# clipboard-paste=Control+v XF86Paste
102# primary-paste=Shift+Insert Shift+KP_Insert
103
104# custom-N: *dmenu mode only*. Like execute, but with a non-zero
105# exit-code; custom-1 exits with code 10, custom-2 with 11, custom-3
106# with 12, and so on.
107
108# custom-1=Mod1+1
109# custom-2=Mod1+2
110# custom-3=Mod1+3
111# custom-4=Mod1+4
112# custom-5=Mod1+5
113# custom-6=Mod1+6
114# custom-7=Mod1+7
115# custom-8=Mod1+8
116# custom-9=Mod1+9
117# custom-10=Mod1+0
118# custom-11=Mod1+exclam
119# custom-12=Mod1+at
120# custom-13=Mod1+numbersign
121# custom-14=Mod1+dollar
122# custom-15=Mod1+percent
123# custom-16=Mod1+dead_circumflex
124# custom-17=Mod1+ampersand
125# custom-18=Mod1+asterix
126# custom-19=Mod1+parentleft