From a62ae7b75c05f111917eb384b1ba62e9842c8d91 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 8 Nov 2023 20:47:21 +0800 Subject: [PATCH] profiles/desktop: update mpv config --- modules/home-manager/profiles/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/profiles/desktop.nix b/modules/home-manager/profiles/desktop.nix index bc673ffc..fcd3ea38 100644 --- a/modules/home-manager/profiles/desktop.nix +++ b/modules/home-manager/profiles/desktop.nix @@ -97,6 +97,7 @@ in { }; bindings = { + "Ctrl+s" = "playlist-shuffle"; "Alt+h" = "seek -5"; "Alt+l" = "seek 5"; "Alt+H" = "add chapter -1"; @@ -111,7 +112,6 @@ in { # Ehhh, they're more getting in the way than just existing... "f" = "ignore"; "T" = "ignore"; - "Ctrl+s" = "ignore"; "Alt+s" = "ignore"; };