stumpwm/stumpwmrc @ 8e22b36e5cba

More
author Steve Losh <steve@stevelosh.com>
date Wed, 17 Jul 2024 15:51:26 -0400
parents ea681bd9c52d
children (none)
(in-package :stumpwm-user)

(ql:quickload :stumpconfig)

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

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

(defvar *clip*
  (clipboard-history:start-clipboard-manager))

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