From ea2be746e2cc0d775796ea5fa3684c09186b3abb Mon Sep 17 00:00:00 2001 From: piotr Date: Sun, 30 May 2021 02:37:35 +0200 Subject: [PATCH] update README --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b6f7db4..8eb3a9b 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,18 @@ This application is a part of the [nwg-shell](https://github.com/nwg-piotr/nwg-shell) project. -Application drawer for sway Wayland compositor, and a golang replacement to the `nwggrid` command (a part of -[nwg-launchers](https://github.com/nwg-piotr/nwg-launchers)). This program is being developed with -[sway](https://github.com/swaywm/sway) in mind. It should also work with other wlroots-based Wayland compositors. +Nwg-drawer is a golang replacement to the `nwggrid` command +(a part of [nwg-launchers](https://github.com/nwg-piotr/nwg-launchers)). It's being developed with +[sway](https://github.com/swaywm/sway) in mind, but should also work with other wlroots-based Wayland compositors. -Old features: application grid, pinned apps, search entry. New features: gtk-layer-shell support, filtering by categories, searching files in XDG user dirs. +Old features: application grid, pinned apps, search entry. New features: gtk-layer-shell support, filtering by categories, searching files in XDG user directories. + +The `nwg-drawer` command displays the application grid. The search entry allows to look for installed applications, +and for files in XDG user directories. The grid view may also be filtered by categories. + +You may pin applications by right-clicking them. Pinned items will appear above the application grid. Right-click +a pinned item to unpin it. The pinned items cache is shared with `nwg-menu` and `nwggrid`. ![screenshot-01.png](https://scrot.cloud/images/2021/05/30/screenshot-01.png) [more screenshots](https://scrot.cloud/album/nwg-drawer.Bogd) - -The `nwg-drawer` command displays the application grid. The search entry allows to look for installed applications, and for files in XDG user directories. The application grid may also be filtered by categories. - -You may pin applications by right-clicking them. Pinned items will appear above the application grid. Right-click -a pinned item to unpin it. The pinned items cache is shared with `nwg-menu` and `nwggrid`.