stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] Sharing .stumpwmrc between computers


From: Johnny
Subject: [STUMP] Sharing .stumpwmrc between computers
Date: Wed, 30 Nov 2011 20:29:54 +0000
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux)

Hi,

I want to share my .stumpwmrc between my desktop and the netbook as the
setup is nearly identical. However, there are a couple of lines that are
machine specific. In emacs, I solve this by checking the 'system-name'
variable in a 'when' clause (see below). Is there something similar I
could put in .stumpwmrc?

,---- In my emacs
| (when (string= (system-name) "my_desktop")
|      ... load desktop only stuff
|   )
`----

Thanks!

-- 
Johnny



reply via email to

[Prev in Thread] Current Thread [Next in Thread]