forked from DustVoice/dotfiles
4 lines
161 B
Fish
4 lines
161 B
Fish
|
function feh-default --wraps='feh --bg-fill' --description 'Run feh with the default background image'
|
||
|
feh --bg-fill "$HOME/Wallpapers/arch_dracula.png"
|
||
|
end
|