all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Qwel via Guix-patches via <guix-patches@gnu.org>
To: 74024@debbugs.gnu.org
Cc: Qwel <qwel@e.email>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>,
	Maxim Cournoyer <maxim.cournoyer@gmail.com>,
	Vivien Kraus <vivien@planete-kraus.eu>
Subject: [bug#74024] [PATCH v3dee2d6] gnu: Add gnome-shell-extension-quick-close-in-overview
Date: Tue,  5 Nov 2024 14:36:56 +0100	[thread overview]
Message-ID: <3dee2d6f34efdd2031fac057eaa1364b935759c5.1730813816.git.qwel@e.email> (raw)
In-Reply-To: <fce13b0827d6476cd541d237846b8b256993e361.1729889919.git.qwel@e.email>

* gnu/packages/gnome-xyz (gnome-shell-extension-quick-close-in-overview): New variable.
---
 gnu/packages/gnome-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 63eaa85ff9..24c5d38f9b 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1304,13 +1304,13 @@ (define-public gnome-shell-extension-quick-close-in-overview
                "middleclickclose@paolo.tranquilli.gmail.com/schemas"
                (invoke "glib-compile-schemas" ".")))))))
     (native-inputs (list `(,glib "bin")))
-    (synopsis
-     "Gnome shell extension for closing apps in overview with a middle click")
+    (synopsis "Extension for closing apps in overview with a mouse click")
     (description
-     "Close windows with a button click (the middle one by default) when in
- overview mode.")
+     "Close windows by clicking them in overview, by default with the middle button.
+The button can be configured to any mouse button, including the 4 to 9 buttons for
+non-standard mices.")
     (home-page "https://github.com/p91paul/middleclickclose")
-    (license license:gpl2)))
+    (license license:gpl2+)))
 
 (define-public arc-theme
   (package

base-commit: 2394a7f5fbf60dd6adc0a870366adb57166b6d8b
prerequisite-patch-id: f7c033ee710d4061cf1580d039076032da034c07
-- 
2.46.0





      parent reply	other threads:[~2024-11-05 13:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-25 20:58 [bug#74024] [PATCH] gnu: Add gnome-shell-extension-quick-close-in-overview Qwel via Guix-patches via
2024-10-27 11:08 ` Liliana Marie Prikler
2024-11-05 13:36 ` Qwel via Guix-patches via [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3dee2d6f34efdd2031fac057eaa1364b935759c5.1730813816.git.qwel@e.email \
    --to=guix-patches@gnu.org \
    --cc=74024@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    --cc=maxim.cournoyer@gmail.com \
    --cc=qwel@e.email \
    --cc=vivien@planete-kraus.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.