The invisible screensaver (kslideshow, import, screenshot)
Last modified on July 24, 2026 • 1 min read • 144 wordsI was trying to configure my screensaver such, that it would display as only picture the desktop at the moment when the screensaver became active.
!/bin/shimport -window root /home/your_user_name/Documents/images/desktop/desktop.pcxkslideshow_ori.kssThe import utility is from the ImageMagick package. Instead of the screensaver, the shell script gets activated when the time has come and a screenshot is saved in the /home/your_user_name/Documents/images/desktop directory. As this image is the only one it will be displayed by the subsequently called actual screensaver.