eww: lyrics highlighting & rofi: adjust size

This commit is contained in:
2025-06-28 09:02:57 +02:00
parent aacbf08995
commit a47bf3d9ce
10 changed files with 52 additions and 10 deletions

View File

@@ -1,8 +1,18 @@
if type -q fzf
fzf --fish | source
if type -q wl-copy
function fzc
fzf $argv | string collect | wl-copy
end
end
end
if type -q zoxide
zoxide init fish | source
alias cd=z
end
if type -q trash
alias rm="echo \"use 'trash' instead :)\" && sh -c \"exit 42\""
end