diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-06-21 20:20:34 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-06-21 22:09:35 +0000 |
commit | 400c1af36e44f6ad699125526c70668745482c98 (patch) | |
tree | b7a215d7188d631d2b386d3be60fb161009c1530 /x11/Makefile | |
parent | 441deeb3babb7928739f9eed423e76de5e9359ad (diff) | |
download | ports-400c1af36e44f6ad699125526c70668745482c98.tar.gz ports-400c1af36e44f6ad699125526c70668745482c98.zip |
x11/nwg-dock: 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. The latter by default starts nwg-drawer or nwggrid
(application grid from nwg-launchers) - 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 35eb5d664de1..fa49a0f12506 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -246,6 +246,7 @@ SUBDIR += nvidia-secondary-driver-390 SUBDIR += nvidia-settings SUBDIR += nvidia-xconfig + SUBDIR += nwg-dock SUBDIR += nwg-drawer SUBDIR += nwg-launchers SUBDIR += nxcomp |