ports/x11-wm/notion/files/patch-system-autodetect.mk
Nuno Teixeira b2dddd9542 x11-wm/notion: New port: Tiling tabbed window manager
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/
2025-03-08 03:23:11 +00:00

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