diff options
author | Damian Perticone <mjolnirdam@gmail.com> | 2022-04-30 13:40:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:15 +0700 |
commit | bb4047b4b2a38e81917b51330b0bdb159ae40218 (patch) | |
tree | a812e38975966dc530e1c829d026c17c2a4a2090 /desktop/wf-shell/README | |
parent | 5850a1c285d7a16469ebe6ae55519e2d0accc063 (diff) |
desktop/wf-shell: Added (GTK3-based panel for wayfire).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/wf-shell/README')
-rw-r--r-- | desktop/wf-shell/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop/wf-shell/README b/desktop/wf-shell/README new file mode 100644 index 0000000000000..80a1d22c6e79f --- /dev/null +++ b/desktop/wf-shell/README @@ -0,0 +1,8 @@ +wf-shell is a repository which contains the various components needed +to built a fully functional DE based around wayfire. +Currently it has only a GTK-based panel and background client. + +To configure the panel and the dock, wf-shell uses a config file located +(by default) in ~/.config/wf-shell.ini An example configuration +can be found in the file wf-shell.ini.example, alongside with comments +what each option does. |