stumpwm/stumpwmrc @ dedc81b8510c

Diagram
author Steve Losh <steve@stevelosh.com>
date Tue, 19 Mar 2024 14:06:36 -0400
parents 4673e928c08e
children ea681bd9c52d
(in-package :stumpwm-user)

(ql:quickload :stumpconfig)

(defvar *tray-loaded*
  (run-commands "stumptray"))

(defvar *dunst*
  (run-shell-command "/usr/bin/dunst -conf ~/.dunstrc"))

(when (probe-file "/home/sjl/.stumpwmrc.local")
  (load "/home/sjl/.stumpwmrc.local"))