mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Notion is a tiling, tabbed window manager for the X window system: o Tiling: you divide the screen into 'tiles'. Every window occupies one tile, and is maximized to it. o Tabbing: a tile may contain multiple windows - they will be 'tabbed' o Static: most tiled window managers are 'dynamic'. Notion, by contrast, does not lay out or resize the tiles for you. You're in control. o Multihead: the mod_xinerama plugin provides very nice dual-monitor support o Xrandr: mod_xrandr picks up changes in the xrandr configuration without the need for restarting Notion WWW: https://notionwm.net/
10 lines
285 B
Makefile
10 lines
285 B
Makefile
--- system-autodetect.mk.orig 2025-02-08 16:04:21 UTC
|
|
+++ system-autodetect.mk
|
|
@@ -138,6 +138,7 @@ HAS_SYSTEM_ASPRINTF=1
|
|
|
|
# On some other systems you may something like this:
|
|
#LIBS += -L/usr/local/lib -lintl
|
|
+LIBS += -L$(LOCALBASE)/lib -lintl
|
|
#CPPFLAGS += -I/usr/local/include
|
|
|
|
|