mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 02:41:50 +08:00
remoe dpi aware for fuzzel
This commit is contained in:
parent
f5445fccdf
commit
36366b74ab
@ -1,6 +1,6 @@
|
||||
# output=<not set>
|
||||
font=sans:size=14
|
||||
dpi-aware=auto
|
||||
dpi-aware=no
|
||||
prompt="> "
|
||||
# icon-theme=hicolor
|
||||
# icons-enabled=yes
|
||||
|
@ -1,6 +1,6 @@
|
||||
# output=<not set>
|
||||
font=sans:size=14
|
||||
dpi-aware=auto
|
||||
dpi-aware=no
|
||||
prompt="> "
|
||||
# icon-theme=hicolor
|
||||
# icons-enabled=yes
|
||||
|
91
.config/fuzzel/fuzzel.ini
Normal file
91
.config/fuzzel/fuzzel.ini
Normal file
@ -0,0 +1,91 @@
|
||||
# output=<not set>
|
||||
font=sans:size=14
|
||||
dpi-aware=no
|
||||
prompt="> "
|
||||
# icon-theme=hicolor
|
||||
# icons-enabled=yes
|
||||
fields=name
|
||||
# password-character=*
|
||||
filter-desktop=yes
|
||||
# fuzzy=yes
|
||||
show-actions=true
|
||||
terminal=/bin/kitty -e
|
||||
# launch-prefix=<not set>
|
||||
|
||||
# lines=15
|
||||
width=18
|
||||
tabs=4
|
||||
horizontal-pad=24
|
||||
vertical-pad=16
|
||||
inner-pad=8
|
||||
|
||||
# image-size-ratio=0.5
|
||||
|
||||
# line-height=<use font metrics>
|
||||
# letter-spacing=0
|
||||
|
||||
layer = overlay
|
||||
# exit-on-keyboard-focus-loss = yes
|
||||
|
||||
[colors]
|
||||
background=282828ff
|
||||
text=665c54ff
|
||||
match=928374ff
|
||||
selection=3c3836ff
|
||||
selection-text=ebdbb2ff
|
||||
selection-match=ebdbb2ff
|
||||
border=bdae93ff
|
||||
|
||||
[border]
|
||||
# width=1
|
||||
radius=4
|
||||
|
||||
[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=Home Control+a
|
||||
# cursor-end=End Control+e
|
||||
# delete-prev=BackSpace
|
||||
delete-prev-word=Mod1+BackSpace Control+BackSpace Control+w
|
||||
# delete-next=Delete KP_Delete Control+d
|
||||
# delete-next-word=Mod1+d Control+Delete Control+KP_Delete
|
||||
# delete-line=Control+k
|
||||
# prev=Up Control+p
|
||||
# prev-with-wrap=ISO_Left_Tab
|
||||
# prev-page=Page_Up KP_Page_Up
|
||||
# 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=Mod1+ampersand
|
||||
# custom-18=Mod1+asterix
|
||||
# custom-19=Mod1+parentleft
|
Loading…
Reference in New Issue
Block a user