3 lines
161 B
Fish
3 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
|