[PATCH] gnu: lxqt: Enable keyboard shortcuts.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Timotej Lazar
Owner
unassigned
Submitted by
Timotej Lazar
Severity
normal

Debbugs page

Timotej Lazar wrote 5 years ago
(address . guix-patches@gnu.org)(name . Timotej Lazar)(address . timotej.lazar@araneo.si)
20200817150933.8617-1-timotej.lazar@araneo.si
* gnu/packages/lxqt.scm (lxqt)[propagated-inputs]: Add lxqt-globalkeys.
---
gnu/packages/lxqt.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (14 lines)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index f8eeec97d0..21587609ce 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1371,6 +1371,7 @@ desktop.")
("lxqt-about" ,lxqt-about)
("lxqt-admin" ,lxqt-admin)
("lxqt-config" ,lxqt-config)
+ ("lxqt-globalkeys" ,lxqt-globalkeys)
("lxqt-notificationd" ,lxqt-notificationd)
("lxqt-openssh-askpass" ,lxqt-openssh-askpass)
("lxqt-panel" ,lxqt-panel)
--
2.28.0
Leo Famulari wrote 5 years ago
(name . Timotej Lazar)(address . timotej.lazar@araneo.si)(address . 42905@debbugs.gnu.org)
20200822181201.GA18524@jasmine.lan
On Mon, Aug 17, 2020 at 05:09:33PM +0200, Timotej Lazar wrote:
Toggle quote (2 lines)
> * gnu/packages/lxqt.scm (lxqt)[propagated-inputs]: Add lxqt-globalkeys.

Thanks! Pushed as e5391dcc6b4267b81c98b5c019317d68f5e9f47e
Leo Famulari wrote 5 years ago
(no subject)
(address . control@debbugs.gnu.org)
20200822181218.GA18913@jasmine.lan
close 42905
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42905@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42905
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help