stumpwm/screenshots.lisp @ b62a90915e10

More
author Steve Losh <steve@stevelosh.com>
date Fri, 29 Aug 2025 13:26:05 -0400
parents 46c8ae0df6cc
children (none)
(in-package :stumpwm-user)

(defcommand delayed-screenshot () ()
  (run-shell-command "sleep 10 && screenshot"))

(defcommand screenshot () ()
  (run-shell-command "screenshot"))