1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-01-30 08:26:41 +00:00

Fish: Make wallo remove previous wall0

This commit is contained in:
Phantop 2019-01-20 14:14:18 -05:00
parent 6e5600168d
commit e1acbc8ef3

View file

@ -1,4 +1,5 @@
# Defined in /tmp/fish.Z2h5NN/wallo.fish @ line 2
# Defined in /tmp/fish.LxG0t1/wallo.fish @ line 2
function wallo
rm ~/.config/wall0
convert $argv -resize (xrandr | grep '*'| grep -o [0-9]\*x[0-9]\*) ~/.config/wall0
end