about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/pkgs/default.nix7
-rw-r--r--hm/soispha/wms/river/res/moonlander.ron2
2 files changed, 6 insertions, 3 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix
index 78624d5c..3dd88293 100644
--- a/hm/soispha/pkgs/default.nix
+++ b/hm/soispha/pkgs/default.nix
@@ -1,10 +1,12 @@
 {
   pkgs,
   sysLib,
-  grades,
   system,
-  flake_update,
   config,
+  # my bins
+  flake_update,
+  grades,
+  video_pause,
   ...
 }:
 with pkgs; let
@@ -140,6 +142,7 @@ in {
     [
       flake_update.outputs.packages.${system}.default
       grades.outputs.packages.${system}.default
+      video_pause.outputs.packages.${system}.default
     ]
     ++ shell-scripts
     ++ (with builtins;
diff --git a/hm/soispha/wms/river/res/moonlander.ron b/hm/soispha/wms/river/res/moonlander.ron
index 7a0c7298..b3259f3d 100644
--- a/hm/soispha/wms/river/res/moonlander.ron
+++ b/hm/soispha/wms/river/res/moonlander.ron
@@ -24,7 +24,7 @@ RiverctlCommandArray(
     RiverctlCommand( map_mode: Map,         mode: ["normal"],           key: "L", mods: "Alt+Control+Super+Shift", command: "spawn",                command_args: "screen_shot",),
 
     // Audio
-    RiverctlCommand( map_mode: Map,         mode: ["normal", "locked"], key: "M", mods: "Alt+Control+Super+Shift", command: "spawn",                command_args: "stop_playing_sound",),
+    RiverctlCommand( map_mode: Map,         mode: ["normal", "locked"], key: "M", mods: "Alt+Control+Super+Shift", command: "spawn",                command_args: "video_pause toggle",),
     RiverctlCommand( map_mode: Map,         mode: ["normal", "locked"], key: "N", mods: "Alt+Control+Super+Shift", command: "spawn",                command_args: "mpc toggle",),
 
     // Launcher