From 6e720c2a49f5142c00f596a549dfd669296b5f72 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 31 Oct 2024 16:40:24 +0300 Subject: [PATCH] Yes --- config.h | 2 +- config.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index b1ec2e7..f0f6df2 100644 --- a/config.h +++ b/config.h @@ -99,7 +99,7 @@ unsigned int tabspaces = 8; /* * Include theme */ -#include "theme.h" +#include "frappe.h" /* * Default shape of cursor diff --git a/config.mk b/config.mk index ade03c8..e0a7233 100644 --- a/config.mk +++ b/config.mk @@ -4,8 +4,8 @@ VERSION = 0.9 # Customize below to fit your system # paths -# PREFIX = ${HOME}/.local -PREFIX = /usr/local +PREFIX = ${HOME}/.local +# PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man X11INC = /usr/X11R6/include