Package Details: 2bwm 0.3-1

Git Clone URL: https://aur.archlinux.org/2bwm.git (read-only, click to copy)
Package Base: 2bwm
Description: A fast floating window manager
Upstream URL: https://github.com/venam/2bwm
Keywords: floating windowmanager X11
Licenses: ISC
Conflicts: 2bwm-git, mcwm, mcwm-git
Submitter: venamresm
Maintainer: bidulock
Last Packager: City-busz
Votes: 11
Popularity: 0.000000
First Submitted: 2013-05-11 16:59 (UTC)
Last Updated: 2026-01-11 07:36 (UTC)

Required by (0)

Sources (3)

Latest Comments

1 2 Next › Last »

formerhuman commented on 2025-11-05 12:55 (UTC)

Hi!

I tried installing this package but the build failed. Here are the logs: https://dpaste.org/UH2eB Does anyone know of a workaround?

miffe commented on 2020-02-25 21:47 (UTC)

cc -o hidden -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Os -s -I/usr/local/include -DTWOBWM_PATH=\"/usr/bin/2bwm\" hidden.c -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/lib -lxcb -lxcb-randr -lxcb-keysyms -lxcb-icccm -lxcb-ewmh -lxcb-xrm 2bwm.c:29:10: fatal error: X11/keysym.h: No such file or directory 29 | #include <X11/keysym.h> | ^~~~~~~~~~~~~~

You need a makedepends on xorgproto

Halcyon522 commented on 2015-04-16 18:38 (UTC)

Nevermind. I found it in the src directory. I'm used to finding it out in the open with dwm. Newbie mistake. BTW, I found I didn't need to use a prepare() function in PKGBUILD. I just used makepkg -g >> PKGBUILD && makepkg -efi after editing config.h.

bidulock commented on 2015-04-16 15:42 (UTC)

Add a prepare() function to PKGBUILD that patches or replaces config.h.

Halcyon522 commented on 2015-04-16 14:34 (UTC)

I'm not getting a config.h in the tarball. How do you make changes before compiling?