aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/nixos/modules/programs/plotinus.xml
diff options
context:
space:
mode:
authorMx Kookie <kookie@spacekookie.de>2020-10-31 19:35:09 +0100
committerMx Kookie <kookie@spacekookie.de>2020-10-31 19:35:09 +0100
commitc4625b175f8200f643fd6e11010932ea44c78433 (patch)
treebce3f89888c8ac3991fa5569a878a9eab6801ccc /infra/libkookie/nixpkgs/nixos/modules/programs/plotinus.xml
parent49f735974dd103039ddc4cb576bb76555164a9e7 (diff)
parentd661aa56a8843e991261510c1bb28fdc2f6975ae (diff)
Add 'infra/libkookie/' from commit 'd661aa56a8843e991261510c1bb28fdc2f6975ae'
git-subtree-dir: infra/libkookie git-subtree-mainline: 49f735974dd103039ddc4cb576bb76555164a9e7 git-subtree-split: d661aa56a8843e991261510c1bb28fdc2f6975ae
Diffstat (limited to 'infra/libkookie/nixpkgs/nixos/modules/programs/plotinus.xml')
-rw-r--r--infra/libkookie/nixpkgs/nixos/modules/programs/plotinus.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/infra/libkookie/nixpkgs/nixos/modules/programs/plotinus.xml b/infra/libkookie/nixpkgs/nixos/modules/programs/plotinus.xml
new file mode 100644
index 000000000000..8fc8c22c6d76
--- /dev/null
+++ b/infra/libkookie/nixpkgs/nixos/modules/programs/plotinus.xml
@@ -0,0 +1,30 @@
+<chapter xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ version="5.0"
+ xml:id="module-program-plotinus">
+ <title>Plotinus</title>
+ <para>
+ <emphasis>Source:</emphasis>
+ <filename>modules/programs/plotinus.nix</filename>
+ </para>
+ <para>
+ <emphasis>Upstream documentation:</emphasis>
+ <link xlink:href="https://github.com/p-e-w/plotinus"/>
+ </para>
+ <para>
+ Plotinus is a searchable command palette in every modern GTK application.
+ </para>
+ <para>
+ When in a GTK 3 application and Plotinus is enabled, you can press
+ <literal>Ctrl+Shift+P</literal> to open the command palette. The command
+ palette provides a searchable list of of all menu items in the application.
+ </para>
+ <para>
+ To enable Plotinus, add the following to your
+ <filename>configuration.nix</filename>:
+<programlisting>
+<xref linkend="opt-programs.plotinus.enable"/> = true;
+</programlisting>
+ </para>
+</chapter>