#author("2019-05-03T21:55:22+09:00","default:regex","regex") *milligramだとランダムにならない [#ye7daee1] ランダムにならなかったのです。~ そこで、高機能なfehを使って、同じようなものをこさえました。~ *fehのオプションで徹夜;; [#g3980695] オプションがありすぎ・・・うまく行くのを選択するのに、一晩かかりました。 feh -Zxz -g 1680x1050 --zoom fill -D 300 /home/<ユーザー名>/ピクチャ/wallpapers/ です。(~/ピクチャ/wallpapers/に画像を入れてね)~ 1680x1050はサブディスプレイの大きさです。~ *アプリメニューを作る [#d9931f5f] $ gedit ~/.local/share/applications/SubDisplaySlide.desktop -----ここから [Desktop Entry] Name=SubDisplaySlide Exec=/usr/binfeh -Zxz -g 1680x1050 --zoom fill -D 300 /home/<ユーザー名>/ピクチャ/wallpapers/ Type=Application StartupNotify=true StartupWMClass=feh Icon=screensaver Name[ja]=サブディスプレイでスライドします。 -----ここまで $ chmod a+x SubDisplaySlide.desktop