feat: switch tofi to fuzzel
This commit is contained in:
parent
75a6773da2
commit
6eacbb7e5b
32
desktop/configs/fuzzel/.config/fuzzel/fuzzel.ini
Normal file
32
desktop/configs/fuzzel/.config/fuzzel/fuzzel.ini
Normal file
@ -0,0 +1,32 @@
|
||||
[main]
|
||||
font=JetBrainsMono NF SemiBold:size=13
|
||||
dpi-aware=no
|
||||
fields=name,generic,comment,categories,filename,keywords
|
||||
terminal=foot -e
|
||||
prompt="Search "
|
||||
icon-theme=Papirus
|
||||
icons-enabled=no
|
||||
show-actions=yes
|
||||
anchor=top
|
||||
lines=10
|
||||
width=40
|
||||
horizontal-pad=20
|
||||
vertical-pad=20
|
||||
inner-pad=5
|
||||
line-height=20
|
||||
letter-spacing=0
|
||||
image-size-ratio=0.2
|
||||
layer = top
|
||||
exit-on-keyboard-focus-loss = yes
|
||||
|
||||
[colors]
|
||||
background=002b36ff
|
||||
text=839496ff
|
||||
match=9ece6aff
|
||||
selection=2aa198ff
|
||||
selection-text=1a1b26ff
|
||||
border=2aa198ff
|
||||
|
||||
[border]
|
||||
width=2
|
||||
radius=0
|
@ -6,10 +6,10 @@ bind = $mainMod SHIFT, apostrophe, exec, ~/scripts/change-colorscheme.sh
|
||||
|
||||
# app bindings
|
||||
bind = $mainMod, Return, exec, ~/.local/bin/wezterm
|
||||
bind = $mainMod, E, exec, thunar
|
||||
bind = $mainMod, E, exec, pcmanfm
|
||||
bind = $mainMod SHIFT, s, exec,steam --noverifyfiles -cef-enable-debugging
|
||||
bind = $mainMod CONTROL, s, exec, ~/scripts/sfp.sh
|
||||
bind = $mainMod SHIFT, Return, exec, tofi-drun
|
||||
bind = $mainMod SHIFT, Return, exec, fuzzel
|
||||
bind = , Print, exec, ~/.local/bin/way-print.sh p
|
||||
bind = SHIFT, Print, exec, ~/.local/bin/way-print.sh s
|
||||
bind = CONTROL SHIFT, Print, exec, ~/.local/bin/way-print.sh t
|
||||
|
@ -1,7 +1,7 @@
|
||||
# jab
|
||||
monitor=DP-2, 1920x1080, 2560x0, 1
|
||||
monitor=DP-3, 1920x1080, 2560x0, 1
|
||||
monitor=HDMI-A-1, 2560x1080, 0x0, 1
|
||||
monitor=DP-3, 1920x1080, 0x-1080,1
|
||||
monitor=DP-2, 1920x1080, 0x-1080,1
|
||||
# monitor=DP-3, disable,,
|
||||
|
||||
source = ~/.config/hypr/init.conf
|
||||
|
@ -20,6 +20,12 @@ device {
|
||||
kb_variant = abnt2,dvorak
|
||||
kb_options = ctrl:nocaps
|
||||
}
|
||||
|
||||
device {
|
||||
name = sony-interactive-entertainment-wireless-controller-touchpad
|
||||
enabled = false
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in = 7
|
||||
gaps_out = 7
|
||||
@ -36,7 +42,7 @@ decoration {
|
||||
blur {
|
||||
enabled = true
|
||||
size = 4
|
||||
passes = 2
|
||||
passes = 3
|
||||
}
|
||||
|
||||
drop_shadow = yes
|
||||
|
Loading…
Reference in New Issue
Block a user