Search Criteria
Package Details: kwm 0.3.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kwm.git (read-only, click to copy) |
|---|---|
| Package Base: | kwm |
| Description: | Kewuaa's window manager for the River compositor |
| Upstream URL: | https://github.com/kewuaa/kwm |
| Keywords: | river wayland |
| Licenses: | GPL-3.0-only |
| Submitter: | ParadiseofMagic |
| Maintainer: | ParadiseofMagic |
| Last Packager: | ParadiseofMagic |
| Votes: | 2 |
| Popularity: | 0.65 |
| First Submitted: | 2026-03-17 12:30 (UTC) |
| Last Updated: | 2026-05-20 13:05 (UTC) |
Dependencies (11)
- fcft
- kwimAUR
- libxkbcommon (libxkbcommon-gitAUR)
- pixman (pixman-gitAUR)
- river (river-gitAUR)
- wayland (wayland-asan-gitAUR, wayland-chromiumAUR, wayland-gitAUR)
- wayland-protocols (wayland-protocols-gitAUR) (make)
- zig (zig-dev-binAUR, zig-binAUR, zig-gitAUR, zig-0.16-binAUR) (make)
- foot (foot-ext-underline-gitAUR, foot-transparency-gitAUR, foot-lvAUR, foot-gitAUR) (optional) – Default terminal emulator
- swaybg (swaybg-gitAUR) (optional) – Default wallpaper manager
- wmenu (optional) – Default launcher
Latest Comments
ParadiseofMagic commented on 2026-05-11 12:46 (UTC)
@egolep try downgrading your version of Zig to a pre-0.16 version, Zig has recently changed their build process to no longer use zig fetch.
egolep commented on 2026-05-10 18:23 (UTC)
Am I the only one getting and error due to the build.zig file being missing?
aeneby commented on 2026-04-17 19:16 (UTC)
That should make pakaging easier. Thanks!
ParadiseofMagic commented on 2026-04-17 15:49 (UTC) (edited on 2026-04-17 15:52 (UTC) by ParadiseofMagic)
@aeneby I managed to get it working. It requires a absolute path to function right, upstream has changed the way the build works so it no longer installs kwim in 0.2.3 see issue https://github.com/kewuaa/kwm/issues/190 so it will become a hard depend when 0.2.3 gets tagged.
aeneby commented on 2026-04-17 01:42 (UTC)
This patch works for me to build 0.2.2:
https://termbin.com/os8b
It looks like
kwimis a lazy dependency ofkwmnow. You can build without it (as per the above patch), but doing so disables a feature wherebykwmcallskwimautomatically. So even if you installkwimas a separate package, you have to call it manually.The other option would be to build
kwimas a (Zig) dependency and ship it with this package. This gets a bit messy though since the projects have overlapping dependencies with different versions.I suppose a third option would be to patch upstream so that
kwimis always called automatically if it exists.ParadiseofMagic commented on 2026-04-16 20:38 (UTC) (edited on 2026-04-16 20:39 (UTC) by ParadiseofMagic)
@aeneby I've created a package for Kwim at https://aur.archlinux.org/packages/kwim so it will be a dependency for this package however, that will be when I manage to bump it to version 0.2.2. I'm currently dealing with an error whenever I try to build(error in question:https://termbin.com/t4ev), I'm a bit busy at the moment so it might take some time.
aeneby commented on 2026-04-15 20:35 (UTC)
Any plans to package kwim as a dependency of this one?
https://github.com/kewuaa/kwim
AlcovesSap commented on 2026-03-27 15:17 (UTC) (edited on 2026-03-27 15:20 (UTC) by AlcovesSap)
typo $_mzvrver → $_mvzrver
diff --git a/PKGBUILD b/PKGBUILD
index 133a389..abe72f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,3 +26,3 @@ source=("$url"/archive/refs/tags/v$pkgver.tar.gz
xkb-$_xkbver.tar.gz::https://codeberg.org/ifreund/zig-xkbcommon/archive/v$_xkbver.tar.gz
- mvzr-$_mvzrver.tar.gz::https://github.com/mnemnion/mvzr/archive/refs/tags/v$_mzvrver.tar.gz
+ mvzr-$_mvzrver.tar.gz::https://github.com/mnemnion/mvzr/archive/refs/tags/v$_mvzrver.tar.gz
fcft-$_fcftver.tar.gz::https://git.sr.ht/~novakane/zig-fcft/archive/v$_fcftver.tar.gz