diff options
author | okan | 2014-09-06 16:14:35 +0000 |
---|---|---|
committer | okan | 2014-09-06 16:14:35 +0000 |
commit | 09c6df182c5227f2f6c12debe93eefeb2d0d8ce3 (patch) | |
tree | 1153673712afe539b26083a6a657d0e948791b0d /calmwm.h | |
parent | e829ebdfb7b6c439829f9be1473e94d9e0724294 (diff) | |
download | cwm-09c6df182c5227f2f6c12debe93eefeb2d0d8ce3.tar.gz |
Move termpath and lockpath into cmdq; side effect is that 'lock' and
'term' now show up in the application menu.
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.267 2014/09/06 16:08:58 okan Exp $ + * $OpenBSD: calmwm.h,v 1.268 2014/09/06 16:14:35 okan Exp $ */ #ifndef _CALMWM_H_ @@ -294,8 +294,6 @@ struct conf { int snapdist; struct gap gap; char *color[CWM_COLOR_NITEMS]; - char termpath[MAXPATHLEN]; - char lockpath[MAXPATHLEN]; char known_hosts[MAXPATHLEN]; #define CONF_FONT "sans-serif:pixelsize=14:bold" char *font; |