mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-04 14:04:17 +00:00
5 lines
123 B
Fish
5 lines
123 B
Fish
function wallo
|
|
rm ~/.config/wall0
|
|
convert $argv -resize (xrandr | grep '*'| grep -o [0-9]\*x[0-9]\*) ~/.config/wall0
|
|
end
|