stumpwm/stumpwmrc @ 4f28fbfd7d63
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 09 Apr 2024 09:20:04 -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"))