diff options
author | Jay Lanagan <j@lngn.net> | 2023-03-03 23:37:30 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:29 +0700 |
commit | b10e087eb039136506028f53c1a4f337f3365f0f (patch) | |
tree | 0dc6cda457d02f372cffc4c67b63aef2f4387c64 /desktop/nwg-shell/README | |
parent | 75ea21a87f2c3cf85b117e63336e8758d63fd3b8 (diff) |
desktop/nwg-shell: Added (base shell and utils for sway-based shell)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/nwg-shell/README')
-rw-r--r-- | desktop/nwg-shell/README | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/desktop/nwg-shell/README b/desktop/nwg-shell/README new file mode 100644 index 0000000000000..91a2c5f78c48c --- /dev/null +++ b/desktop/nwg-shell/README @@ -0,0 +1,30 @@ +nwg-shell (base shell and utils for Sway-based shell) + +Base package of utils and configurations for nwg-shell. + +This package acts as a meta-package to pull in all +the dependencies for building the entire nwg-shell +project. + +Installation of the nwg-shell WM on Slackware: + +First build/install this package and all of +the dependencies. + +Ensure your $USER is in the 'video' group. + +1. Run (as $USER) 'xdg-user-dirs-update' +2. then Run 'nwg-shell-installer -a' +3. Launch 'sway' + +By default nwg-shell uses: +-Firefox (web browsing) +-mousepad (text editor) +-thunar (file explorer) + +Ensure you have a full Slackware install +(or everything but /kde). Default apps are +from XFCE, so ensure you've installed the +package series. + +All defaults are user configurable within the WM. |