feat: switch tofi to fuzzel

This commit is contained in:
Lucas Barbieri 2024-07-14 12:07:07 -03:00
parent 75a6773da2
commit 6eacbb7e5b
4 changed files with 43 additions and 5 deletions

View 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

View File

@ -6,10 +6,10 @@ bind = $mainMod SHIFT, apostrophe, exec, ~/scripts/change-colorscheme.sh
# app bindings # app bindings
bind = $mainMod, Return, exec, ~/.local/bin/wezterm 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 SHIFT, s, exec,steam --noverifyfiles -cef-enable-debugging
bind = $mainMod CONTROL, s, exec, ~/scripts/sfp.sh 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 = , Print, exec, ~/.local/bin/way-print.sh p
bind = SHIFT, Print, exec, ~/.local/bin/way-print.sh s bind = SHIFT, Print, exec, ~/.local/bin/way-print.sh s
bind = CONTROL SHIFT, Print, exec, ~/.local/bin/way-print.sh t bind = CONTROL SHIFT, Print, exec, ~/.local/bin/way-print.sh t

View File

@ -1,7 +1,7 @@
# jab # jab
monitor=DP-2, 1920x1080, 2560x0, 1 monitor=DP-3, 1920x1080, 2560x0, 1
monitor=HDMI-A-1, 2560x1080, 0x0, 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,, # monitor=DP-3, disable,,
source = ~/.config/hypr/init.conf source = ~/.config/hypr/init.conf

View File

@ -20,6 +20,12 @@ device {
kb_variant = abnt2,dvorak kb_variant = abnt2,dvorak
kb_options = ctrl:nocaps kb_options = ctrl:nocaps
} }
device {
name = sony-interactive-entertainment-wireless-controller-touchpad
enabled = false
}
general { general {
gaps_in = 7 gaps_in = 7
gaps_out = 7 gaps_out = 7
@ -36,7 +42,7 @@ decoration {
blur { blur {
enabled = true enabled = true
size = 4 size = 4
passes = 2 passes = 3
} }
drop_shadow = yes drop_shadow = yes