6e74bbedafce

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 25 Jul 2018 20:33:35 +0000
parents da6da4f4ea85 (current diff) 36b1fd1bcdbd (diff)
children eb02b7270d28
branches/tags (none)
files stumpwmrc

Changes

--- 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"))