# HG changeset patch # User Steve Losh # Date 1532550815 0 # Node ID 6e74bbedafce02362904e38de62b026aea4c8e2d # Parent da6da4f4ea85a3f12bd6e44249d47da563f3358b# Parent 36b1fd1bcdbd21da519db960ea3249cee128fa93 Merge. diff -r da6da4f4ea85 -r 6e74bbedafce stumpwmrc --- a/stumpwmrc Wed Jul 25 20:33:29 2018 +0000 +++ b/stumpwmrc Wed Jul 25 20:33:35 2018 +0000 @@ -355,6 +355,12 @@ (load-module "stumptray") (run-commands "stumptray") -(run-shell-command "nm-applet --sm-disable") -(run-shell-command "~/.dropbox-dist/dropboxd") -(run-shell-command "/usr/bin/dunst -conf ~/.dunstrc") +;;;; Startup ------------------------------------------------------------------ +(defparameter *network-manager* + (run-shell-command "nm-applet --sm-disable")) + +(defparameter *dropbox* + (run-shell-command "~/.dropbox-dist/dropboxd")) + +(defparameter *dunst* + (run-shell-command "/usr/bin/dunst -conf ~/.dunstrc"))