From dd5040ca79dc0abb5916173ed3d2f07722a8701d Mon Sep 17 00:00:00 2001 From: rope Date: Fri, 31 Jul 2026 12:28:42 +0100 Subject: [PATCH] cheatsheet: fix spotify-player search keys --- settings/quickshell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/settings/quickshell.nix b/settings/quickshell.nix index 8c8db0a..6fdfdb2 100644 --- a/settings/quickshell.nix +++ b/settings/quickshell.nix @@ -580,10 +580,12 @@ in ["+ / -", "Volume"], ["< / >", "Seek"], ["D", "Switch device"], - ["/", "Search"], + ["g s", "Search all of Spotify"], + ["/", "Filter current page"], ["z", "Queue"], ["l", "Lyrics"], ["g l", "Library"], + ["R", "Restart audio client"], ["tab", "Next pane"], ["q", "Quit"], ]},