@@ 17,40 17,6 @@
#:use-module (gnu packages gtk)
#:use-module (gnu packages freedesktop))
-(define-public rofi-wayland
- (package
- (inherit rofi)
- (name "rofi-wayland")
- (version "1.7.3")
- (source
- (origin
- (method git-fetch)
- (uri
- (git-reference
- (url "https://github.com/lbonn/rofi.git")
- (commit (string-append version "+wayland1"))
- (recursive? #t)))
- (sha256
- (base32 "1hiv6w3nynskgqsfnr8v05za5zk1fnqv44i7h6aqv3wh31dk3wma"))
- (file-name (git-file-name name version))))
- (build-system meson-build-system)
- (inputs (modify-inputs
- (package-inputs rofi)
- (append wayland-protocols gdk-pixbuf wayland)))
- (synopsis "Rofi fork that's wayland-ready")
- (description "This is a fork of Rofi with added support for Wayland via the layer shell protocol.
-Differences with rofi (in wayland mode):
-@itemize
-@item native window selection mode when running under Wayland.
-@item -normal-window flag in Wayland mode.
-@item selecting which monitor to run rofi on in Wayland mode,
- rofi only shows up on the currently focused monitor
-@item some window locations parameters work partially, x-offset
- and y-offset are only working from screen edges
-@item some X11-specific options like -dpi or fake transparency
-@end itemize")))
-
-
(define-public buku-rofi
(package
(name "buku-rofi")