From 2531f804fd054a1a2744c0c3e2ff8ebb4d15bba9 Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 23 Feb 2024 19:30:58 +0100 Subject: refactor(treewide): Remove my unused binaries These are: - grades (only last references) - video_pause - lf_rename --- hm/soispha/wms/river/res/keys.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/wms/river/res/keys.ron') diff --git a/hm/soispha/wms/river/res/keys.ron b/hm/soispha/wms/river/res/keys.ron index c2b61d7a..a2bc0fa1 100644 --- a/hm/soispha/wms/river/res/keys.ron +++ b/hm/soispha/wms/river/res/keys.ron @@ -16,7 +16,7 @@ RiverctlCommandArray( // Audio RiverctlCommand( map_mode: Map, mode: ["normal"], key: "XF86AudioRaiseVolume", mods: "None", command: "spawn", command_args: "pactl set-sink-volume 1 +5%",), - RiverctlCommand( map_mode: Map, mode: ["normal", "locked"], key: "XF86AudioLowerVolume", mods: "None", command: "spawn", command_args: "video-pause toggle",), + RiverctlCommand( map_mode: Map, mode: ["normal", "locked"], key: "XF86AudioLowerVolume", mods: "None", command: "spawn", command_args: "pactl set-sink-volume 1 -5%",), RiverctlCommand( map_mode: Map, mode: ["normal", "locked"], key: "XF86AudioMute", mods: "None", command: "spawn", command_args: "mpc toggle",), // Launcher -- cgit 1.4.1