diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-06-21 21:36:11 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-06-21 22:09:35 +0000 |
commit | 441deeb3babb7928739f9eed423e76de5e9359ad (patch) | |
tree | b72d8a237e8d218aa4d2f948b22a594106175e76 /x11/Makefile | |
parent | 8afcf305cba32728f5733d35505b15672a64a2cc (diff) | |
download | ports-441deeb3babb7928739f9eed423e76de5e9359ad.tar.gz ports-441deeb3babb7928739f9eed423e76de5e9359ad.zip |
x11/nwg-drawer: add new port
Fully configurable (with command line arguments and css) dock, written
in Go, aimed exclusively at sway Wayland compositor. It features
pinned buttons, task buttons, the workspace switcher and the launcher
button. By default the launcher starts nwg-drawer or nwggrid (if found).
https://github.com/nwg-piotr/nwg-dock
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 8872fe398647..35eb5d664de1 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -246,6 +246,7 @@ SUBDIR += nvidia-secondary-driver-390 SUBDIR += nvidia-settings SUBDIR += nvidia-xconfig + SUBDIR += nwg-drawer SUBDIR += nwg-launchers SUBDIR += nxcomp SUBDIR += p5-Clipboard |