From 4935bdffe3dec32b25354c3adf886b312754d822 Mon Sep 17 00:00:00 2001 From: 4o1x5 <4o1x5@4o1x5.dev> Date: Sun, 5 Jan 2025 01:25:29 +0100 Subject: [PATCH] nix: fixed keybind for backwards on mpris --- nix/configs/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/configs/i3.nix b/nix/configs/i3.nix index dbe8043..3f693b0 100755 --- a/nix/configs/i3.nix +++ b/nix/configs/i3.nix @@ -113,7 +113,7 @@ in "Mod1+plus" = "exec --no-startup-id playerctl volume 0.1+"; "Mod1+bracketleft" = "exec --no-startup-id playerctl position 10-"; "Mod1+bracketright" = "exec --no-startup-id playerctl position 10+"; - "Mod1+l" = "exec --no-startup-id playerctl next"; + "Mod1+l" = "exec --no-startup-id playerctl previous"; "Mod1+semicolon" = "exec --no-startup-id playerctl play-pause"; "Mod1+apostrophe" = "exec --no-startup-id playerctl next";