Search Criteria
Package Details: dwm-git 6.5.r0.g061e9fe-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dwm-git.git (read-only, click to copy) |
---|---|
Package Base: | dwm-git |
Description: | A dynamic window manager for X |
Upstream URL: | https://dwm.suckless.org |
Keywords: | dynamic tiling windowmanager wm X11 |
Licenses: | MIT |
Conflicts: | dwm |
Provides: | dwm |
Submitter: | gtmanfred |
Maintainer: | thule |
Last Packager: | thule |
Votes: | 32 |
Popularity: | 0.35 |
First Submitted: | 2012-12-04 01:17 (UTC) |
Last Updated: | 2024-05-31 18:58 (UTC) |
Dependencies (4)
- libx11 (libx11-gitAUR)
- libxft (libxft-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (2)
- dwm-gnome (requires dwm)
- dwmbar-git (requires dwm) (optional)
Latest Comments
1 2 3 4 Next › Last »
m040601 commented on 2022-02-22 02:34 (UTC)
I've been running dwm for like, 10 years?, in raspberry pis and chromebooks.
Only now noticed
Please change it to
Thanks in advance.
m040601 commented on 2022-02-17 01:55 (UTC)
Quick question, why the difference ?
I'm not 100% sure, and can't find it browsing the dwm site. Is dwm really still ("officially") dependent on "st" and "dmenu" ? Or is just a "Depends On" tag that needs to be corrected, either in "dwm" or "dwm-git" ?
PS: Tip, there is now an official Arch package called "bemenu" that works BOTH on the console and X/Wayland. Very nice alternative to dmenu.
<deleted-account> commented on 2019-11-09 07:59 (UTC)
Look, maybe it will be more convenient. In this case, config.h is not needed in the array. So implemented in st-git PKGBUILD.
prepare() { cd $srcdir/${pkgname%-git}
echo 'Copying config.def.h to $startdir...' cp -fv config.def.h "$startdir/"
if [[ -f "$startdir/config.h" ]]; then echo 'Copy config.h to the build directory...' cp -fv "$startdir/config.h" config.h fi }
bidulock commented on 2019-11-07 08:33 (UTC)
Sure, done. I also removed the epoch and made the version conform to -git package practice.
<deleted-account> commented on 2019-11-06 07:52 (UTC)
Correct the prepare section:
prepare() { cd $_pkgname if [[ -f "$srcdir/config.h" ]]; then cp -f "$srcdir/config.h" config.h fi }
mthead commented on 2019-02-23 22:42 (UTC)
Two instances of $pkgname/ need to be removed from the prepare section then it works.
mthead commented on 2019-02-22 11:06 (UTC)
My config.h is not being copied to src/dwm and therefore is not being utilized. I even checked taking the config.h that gets created by this package, making a slight modification (changed one colour), then placed that config.h into a newly extracted tarball. Still no. Could you check please?
Industrial commented on 2017-12-30 21:52 (UTC)
Somehow, something here is running 'apt-get'. https://gist.github.com/anonymous/987543a62bd197ff0db468ca381da7bf
tagener-noisu commented on 2016-10-22 13:03 (UTC)
bidulock commented on 2016-04-18 05:46 (UTC)
1 2 3 4 Next › Last »