[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74024] [PATCH v3dee2d6] gnu: Add gnome-shell-extension-quick-close-
From: |
Qwel |
Subject: |
[bug#74024] [PATCH v3dee2d6] gnu: Add gnome-shell-extension-quick-close-in-overview |
Date: |
Tue, 5 Nov 2024 14:36:56 +0100 |
* 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#74024] [PATCH v3dee2d6] gnu: Add gnome-shell-extension-quick-close-in-overview,
Qwel <=