feat(fuzze): goodbye rofi;
This commit is contained in:
parent
996d81afb4
commit
f1015c40c4
8 changed files with 18 additions and 30 deletions
|
|
@ -1,14 +1,14 @@
|
|||
include=~/.config/fuzzel/themes/theme.ini
|
||||
|
||||
[main]
|
||||
font=SF Pro Display:size=15,Symbols Nerd Font:size=15
|
||||
prompt=>
|
||||
width=45
|
||||
font=SF Pro Display:size=12,Symbols Nerd Font:size=12
|
||||
prompt="> "
|
||||
width=50
|
||||
lines=10
|
||||
horizontal-pad=24
|
||||
vertical-pad=20
|
||||
inner-pad=12
|
||||
line-height=28
|
||||
line-height=24
|
||||
letter-spacing=0
|
||||
icons-enabled=yes
|
||||
icon-theme=hicolor
|
||||
|
|
@ -22,8 +22,8 @@ match-counter=no
|
|||
|
||||
[border]
|
||||
width=2
|
||||
radius=12
|
||||
selection-radius=8
|
||||
radius=0
|
||||
selection-radius=0
|
||||
|
||||
[dmenu]
|
||||
mode=text
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ bindul = , XF86AudioMute, exec, hypr volume toggle
|
|||
bindul = , XF86MonBrightnessUp, exec, hypr brightness up
|
||||
bindul = , XF86MonBrightnessDown, exec, hypr brightness down
|
||||
|
||||
bind = ALT, SPACE, exec, rofi -show run
|
||||
bind = ALT, SPACE, exec, fuzzel
|
||||
bind = ALT, TAB, workspace, previous
|
||||
bind = ALT, A, cyclenext
|
||||
bind = ALT, B, exec, pkill -USR1 waybar || waybar
|
||||
|
|
@ -104,7 +104,7 @@ bind = , XF86Tools, submap, scripts
|
|||
submap = scripts
|
||||
|
||||
bind = , A, exec, ctl audio out
|
||||
bind = , C, exec, sh -lc 'cliphist list | rofi -dmenu -p "copy to clipboard" --lines 15 | cliphist decode | wl-copy'
|
||||
bind = , C, exec, sh -lc 'cliphist list | fuzzel --dmenu --prompt="clip: " --lines=15 | cliphist decode | wl-copy'
|
||||
bind = , K, exec, ctl keyboard toggle
|
||||
bind = , O, exec, ctl ocr
|
||||
bind = , P, exec, hypr pull
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ return {
|
|||
enabled = true,
|
||||
},
|
||||
intra = {
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
max_lines = 500,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue