linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
commit 060f75579b32a6a5ad316e13ca484fd31affe422 parent ab49a44a5485826f09615ff840a0352f2b23a155 Author: Jul <jul@9o.is> Date: Wed, 30 Jul 2025 00:16:47 -0400 configure noice nopen Diffstat:
| M | pkg/noice/build | | | 1 | + |
| A | pkg/noice/nopenconf.h | | | 3 | +++ |
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/pkg/noice/build b/pkg/noice/build @@ -5,6 +5,7 @@ repodir="$srcdir/repo" rm -rf "$outdir" cp "$srcdir/noiceconf.h" "$repodir" +cp "$srcdir/nopenconf.h" "$repodir" make -C "$repodir" diff --git a/pkg/noice/nopenconf.h b/pkg/noice/nopenconf.h @@ -0,0 +1,3 @@ +struct rule rules[] = { + { .regex = ".", .file = "less", .argv = { "less", "{}", NULL } }, +};