summaryrefslogtreecommitdiff
path: root/wm/velox/MESSAGE
blob: 5542a5b4f85a9ff78091356834da08e8ece6d001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
===========================================================================
$NetBSD: MESSAGE,v 1.1 2019/12/11 21:19:29 nia Exp $

To edit the configuration file, copy it into place:

$ cp ${PREFIX}/share/examples/velox.conf ~/.velox.conf

Most packages in pkgsrc will need wayland support enabled explicitly,
velox currently does not support X11 applications.

To launch velox, use swc-launch:

$ mkdir /tmp/$(whoami)-runtime
$ export XDG_RUNTIME_DIR=/tmp/$(whoami)-runtime
$ swc-launch velox

You may find information in this repository useful:
https://github.com/niacat/pkgsrc-wayland

===========================================================================