stumpwm/stumpwmrc @ 4673e928c08e

Split Stump config
author Steve Losh <steve@stevelosh.com>
date Tue, 19 Mar 2024 13:55:42 -0400
parents (none)
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"))