summaryrefslogtreecommitdiff
path: root/localports
diff options
context:
space:
mode:
Diffstat (limited to 'localports')
-rw-r--r--localports/dwl/APKBUILD2
-rw-r--r--localports/dwl/config.h2
-rw-r--r--localports/ppucciniest/APKBUILD26
3 files changed, 29 insertions, 1 deletions
diff --git a/localports/dwl/APKBUILD b/localports/dwl/APKBUILD
index 764a540..63ede5a 100644
--- a/localports/dwl/APKBUILD
+++ b/localports/dwl/APKBUILD
@@ -32,5 +32,5 @@ sha512sums="
6e15e05001e6469d13bef2d532980585d57de55c8feb461a7c25a76d7cdaee022785485faca02cd9d1214457fbeb1bec0eb652700ba0ddccca4aa780df0046b2 dwl-0.4.tar.gz
7c7952ede929faa137f690b3d1f44c1af4b40a3a6dac7bc3d5a377c8c454b35de1becdbbd1f3cbbde56c798f4f3bf78bc7eef4d7faa0e761d317179c072c629f xwayland.patch
9429d836ac66670616f91004108c1b682f01e8d477318b82037e7b5d94fc01593b662fc5970911931046173eecacdc4d3a36d8f598ad76d286df862e4d23f4d6 swallow.patch
-d49469a143ced21eeb80310e95d0d555539589f4b1847b854e6ee49b58f7879391b7cf248c8812ceb11fc4e2a4d83dcbd24d796174ecc126b54493b3f5db7058 config.h
+b2f825d1ce3fa39dfe6a1efb5cff96d096cf913e341eea21a9d350372c4318839a2479fdb576954f529c90daf756deea3d7c3d89e539bfac61e61c5af73d096e config.h
"
diff --git a/localports/dwl/config.h b/localports/dwl/config.h
index 17caed3..c1286b5 100644
--- a/localports/dwl/config.h
+++ b/localports/dwl/config.h
@@ -118,6 +118,8 @@ static const Key keys[] = {
{ MODKEY, XKB_KEY_d, incnmaster, {.i = -1} },
{ MODKEY, XKB_KEY_h, setmfact, {.f = -0.05} },
{ MODKEY, XKB_KEY_l, setmfact, {.f = +0.05} },
+ { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_H, setmfact, {.f = -0.01} },
+ { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_L, setmfact, {.f = +0.01} },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Return, zoom, {0} },
{ MODKEY, XKB_KEY_Tab, view, {0} },
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_C, killclient, {0} },
diff --git a/localports/ppucciniest/APKBUILD b/localports/ppucciniest/APKBUILD
new file mode 100644
index 0000000..dc9b91e
--- /dev/null
+++ b/localports/ppucciniest/APKBUILD
@@ -0,0 +1,26 @@
+# Contributor: Sam Nystrom <sam@samnystrom.dev>
+# Maintainer: Sam Nystrom <sam@samnystrom.dev>
+pkgname=ppucciniest
+pkgver=1.0.0
+pkgrel=0
+pkgdesc="Generate Catppuccin flavors of a file from a template"
+url="https://sr.ht/~stonks3141/ppucciniest"
+arch="all"
+license="GPL-3.0-or-later"
+depends=""
+makedepends="hare haredo scdoc"
+options="!check" # no tests
+subpackages="$pkgname-doc"
+source="ppucciniest-$pkgver.tar.gz::https://git.sr.ht/~stonks3141/ppucciniest/archive/$pkgver.tar.gz"
+
+build() {
+ LDFLAGS= haredo
+}
+
+package() {
+ PREFIX="$pkgdir/usr" haredo install
+}
+
+sha512sums="
+115bb0d32650e5f111ee43096df3c973b5468b7aa18a9717f3e059c47c6c475a67ec7982a9045470c6fee054a8f0e287e8fe6b7be19c674446156651eeda4db5 ppucciniest-1.0.0.tar.gz
+"