diff options
author | Damian Perticone <mjolnirdam@gmail.com> | 2022-07-02 02:18:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:35 +0700 |
commit | 550c539f6130f8b5a56666bcb4d3a137d975160e (patch) | |
tree | da1cfec4a3e8be5a25ad4acf1cd8b05e06f0dc58 /desktop/hikari/README | |
parent | 75e1c63a5d52ef93215043f3b8a8d08c4262d02b (diff) | |
download | slackbuilds-550c539f6130f8b5a56666bcb4d3a137d975160e.tar.gz slackbuilds-550c539f6130f8b5a56666bcb4d3a137d975160e.tar.xz |
desktop/hikari: Added (stacking Wayland compositor)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/hikari/README')
-rw-r--r-- | desktop/hikari/README | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/desktop/hikari/README b/desktop/hikari/README new file mode 100644 index 0000000000..ff658d5c1e --- /dev/null +++ b/desktop/hikari/README @@ -0,0 +1,29 @@ +Hikari [ja. Light] is a stacking Wayland compositor which is actively +developed on FreeBSD but also supports Linux. + +Features: + +•Minimalistic Look & Feel +•Stacking/Tiling hybrid view management +•Configurable tiling capability +•Modal interface +•Arbitrary view grouping +•View marks +•Keyboard oriented +•UCL configuration + +Protocols +hikari is based on wlroots and has optional support for some of its +protocols which are needed for certain programs to run. + +•layer-shell (waybar, slurp, wshowkeys) +•screencopy (grim, wf-recorder) +•gamma-control (redshift) +•virtual-input (wayvnc) + +for configuration see the man page or visit the web page. + +Suggestion: before lauching edit /etc/hikari.conf and at terminal = +"$TERMINAL" change to the terminal you use, example: +actions { + terminal = alacritty |