lxde wall code

pull/1/head
Gotbletu 12 years ago
parent a9c372e53b
commit 3f27114c3b

@ -0,0 +1,7 @@
# Change Wallpaper on LXDE using pcmanfm
# from the command line
pcmanfm -w "$(find ~/Pictures/Wallpapers -type f | shuf -n1)"
# create hotkey
bash -c 'pcmanfm -w "$(find ~/Pictures/Wallpapers -type f | shuf -n1)"'
Loading…
Cancel
Save