mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-12 18:02:46 +00:00
4 lines
114 B
Fish
4 lines
114 B
Fish
function wallo -w convert
|
|
convert $argv -resize (xrandr | grep '*'| grep -o [0-9]\*x[0-9]\*) ~/.config/wall0
|
|
end
|