Yes
parent
3b615f4666
commit
6e720c2a49
2
config.h
2
config.h
|
@ -99,7 +99,7 @@ unsigned int tabspaces = 8;
|
||||||
/*
|
/*
|
||||||
* Include theme
|
* Include theme
|
||||||
*/
|
*/
|
||||||
#include "theme.h"
|
#include "frappe.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Default shape of cursor
|
* Default shape of cursor
|
||||||
|
|
|
@ -4,8 +4,8 @@ VERSION = 0.9
|
||||||
# Customize below to fit your system
|
# Customize below to fit your system
|
||||||
|
|
||||||
# paths
|
# paths
|
||||||
# PREFIX = ${HOME}/.local
|
PREFIX = ${HOME}/.local
|
||||||
PREFIX = /usr/local
|
# PREFIX = /usr/local
|
||||||
MANPREFIX = $(PREFIX)/share/man
|
MANPREFIX = $(PREFIX)/share/man
|
||||||
|
|
||||||
X11INC = /usr/X11R6/include
|
X11INC = /usr/X11R6/include
|
||||||
|
|
Loading…
Reference in New Issue