gnu: Add emacs-exwm-mff.

* gnu/packages/emacs-xyz.scm (emacs-exwm-mff): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Ian Eure 2023-11-14 18:13:16 -08:00 committed by Liliana Marie Prikler
parent bd59fca6d2
commit 1eafa4c4be
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -31297,6 +31297,29 @@ (define-public emacs-exwm-edit
invoked.")
(license license:gpl3+))))
(define-public emacs-exwm-mff
(let ((commit "89206f2e3189f589c27c56bd2b6203e906ee7100")
(revision "1"))
(package
(name "emacs-exwm-mff")
(version (git-version "1.2.1" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://codeberg.org/emacs-weirdware/exwm-mff.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0ipmapyd4jmpnk34wk9kfbvqnl04x74yg2pmj298wqa61ylw1n9j"))))
(build-system emacs-build-system)
(home-page "https://codeberg.org/emacs-weirdware/exwm-mff")
(synopsis "Mouse follows focus for EXWM")
(description "This package provides a minor mode to automatically warp
the mouse pointer to the center of a focused window, as well as a command to
warp it to the currently selected window.")
(license (list license:gpl3+)))))
(define-public emacs-exwm-modeline
(package
(name "emacs-exwm-modeline")