efraim pushed a commit to branch master
in repository guix.
commit dc114cb898c79caa8144dcb89976cc8a44921057
Author: Aleksandr Vityazev <[email protected]>
AuthorDate: Sat Oct 7 03:03:14 2023 +0300
gnu: Add xremap-sway.
* gnu/packages/rust-apps.scm (xremap-sway): New variable.
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/rust-apps.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index cd109c4439..e835426d80 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -2574,6 +2574,14 @@ It will then write @code{fixup!} commits for each of
those changes.")
(description "This package provides dynamic key remapp for X and Wayland.")
(license license:expat)))
+(define-public xremap-sway
+ (package
+ (inherit rust-xremap)
+ (name "xremap-sway")
+ (arguments
+ (substitute-keyword-arguments (package-arguments rust-xremap)
+ ((#:features _) '(list "sway"))))))
+
(define-public xremap-wlroots
(package
(inherit rust-xremap)