summaryrefslogtreecommitdiff
path: root/mpv/xscreensaver.lua
blob: b23dc647f22310ba916098afb9ec32d3a9b0c5b7 (plain)
1
2
3
4
local utils = require 'mp.utils'
mp.add_periodic_timer(30, function()
    utils.subprocess({args={"xscreensaver-command", "--deactivate"}})
end)