From 78c443c31ae40940aafba1d26fcee5cb927af76e Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 25 Oct 2024 08:06:59 +0000 Subject: [PATCH] deploy: c7cfdb386430b01fd9748139a0e9cfa40e36c265 --- options.xhtml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/options.xhtml b/options.xhtml index 3ee81fbfe..a9a1151ac 100644 --- a/options.xhtml +++ b/options.xhtml @@ -45394,6 +45394,51 @@ package

Default: pkgs.spotify-player

+

Declared by:

+ + +
+ +<home-manager/modules/programs/spotify-player.nix> + +
+ +
+ + programs.spotify-player.actions + + +
+
+

Configuration written to the actions field of +$XDG_CONFIG_HOME/spotify-player/keymap.toml.

See +https://github.com/aome510/spotify-player/blob/master/docs/config.md#actions +for the full list of options.

+ +

Type: +list of (TOML value)

+ +

Default: +[ ]

+ +

Example:

[
+  {
+    action = "GoToArtist";
+    key_sequence = "g A";
+  }
+  {
+    action = "GoToAlbum";
+    key_sequence = "g B";
+    target = "PlayingTrack";
+  }
+  {
+    action = "ToggleLiked";
+    key_sequence = "C-l";
+  }
+]
+
+
+

Declared by: