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/nwg-dock/pkg-descr | |
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/nwg-dock/pkg-descr')
-rw-r--r-- | x11/nwg-dock/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/nwg-dock/pkg-descr b/x11/nwg-dock/pkg-descr new file mode 100644 index 000000000000..a839f9f4d3e2 --- /dev/null +++ b/x11/nwg-dock/pkg-descr @@ -0,0 +1,6 @@ +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). + +WWW: https://github.com/nwg-piotr/nwg-dock |