Search Criteria
Package Details: kmonad-bin 0.4.1-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/kmonad-bin.git (read-only, click to copy) |
---|---|
Package Base: | kmonad-bin |
Description: | An advanced keyboard manager - static binary version |
Upstream URL: | https://github.com/kmonad/kmonad |
Licenses: | MIT |
Conflicts: | kmonad |
Provides: | kmonad |
Submitter: | Bonnee |
Maintainer: | Bonnee |
Last Packager: | Bonnee |
Votes: | 5 |
Popularity: | 0.70 |
First Submitted: | 2020-10-04 21:09 (UTC) |
Last Updated: | 2022-02-28 11:38 (UTC) |
Latest Comments
Bonnee commented on 2022-02-28 11:40 (UTC)
I temporarily backported the systemd service file from the current master branch (commit 3c728e86e5e7a8f488ca3b07ecbc2adc1dd36d61)
galaux commented on 2022-02-27 17:29 (UTC)
Thanks for this package. Too bad the Systemd service file is missing. Could this maybe be fixed in a
-2
version … ?Bonnee commented on 2022-02-01 22:44 (UTC)
Unfortunately the systemd service file is not part of the 0.4.1 release. As soon as a new version is released I will update the PKGBUILD.
soraxas commented on 2022-01-29 14:38 (UTC)
Can you install the sys service file as well? (i.e., https://github.com/kmonad/kmonad/blob/master/startup/kmonad.service) Thanks!
jose1711 commented on 2022-01-02 23:41 (UTC)
Thank you for including docs and template. As for the group, the most common thing is to list instructions for user in the
.install
file - adding group directly is discouraged.Bonnee commented on 2022-01-02 15:48 (UTC)
I added the tutorial and template keymaps to
/usr/share/doc
. Thanks for the suggestion!As for uinput, The docs say that uinput group is needed for this to work. Is adding
groupadd uinput
in the PKGBUILD enough to create the group without messing something up? The user must add itself to the group though. Suggestions?jose1711 commented on 2021-12-20 23:30 (UTC)
hmm... maybe add example keymaps to
/usr/share/doc
? oh, and thanks for maintaining!magnus commented on 2021-12-19 22:00 (UTC)
Are the UDEV file for
/dev/uinput
and theuinput
group needed?If so, would it make sense to include the file in the package and create the group if it doesn't exist?
Bonnee commented on 2021-05-18 08:09 (UTC)
@zaargh thanks for the heads-up. Fixed it!
zaargh commented on 2021-05-15 11:10 (UTC)
kmonad
has been moved fromdavid-janssen/kmonad
tokmonad/kmonad
on GitHub. This breaks the install, since sources cannot be fetched.