about summary refs log tree commit diff stats
path: root/home-manager/wms/river/res/moonlander.ron
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-25 00:05:56 +0200
committerSoispha <soispha@vhack.eu>2023-07-25 00:05:56 +0200
commit747c31058862a850081b0e665b4156f25e64c9f0 (patch)
treef2c39d783c2be057b44c9a5d49b019a68804582f /home-manager/wms/river/res/moonlander.ron
parentFix(hm/wms/river): Switch back to nheko (diff)
downloadnixos-config-747c31058862a850081b0e665b4156f25e64c9f0.tar.gz
nixos-config-747c31058862a850081b0e665b4156f25e64c9f0.zip
Fix(hm/wms/river): Misuse Steam mapping for signal-desktop
I just use signal-desktop way more than steam, switching this mapping
is the only logical decision.
Diffstat (limited to '')
-rw-r--r--home-manager/wms/river/res/moonlander.ron2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/wms/river/res/moonlander.ron b/home-manager/wms/river/res/moonlander.ron
index 61827fc7..5a10f333 100644
--- a/home-manager/wms/river/res/moonlander.ron
+++ b/home-manager/wms/river/res/moonlander.ron
@@ -32,7 +32,7 @@ RiverctlCommandArray(
     RiverctlCommand( map_mode: Map,         mode: ["normal"],           key: "P", mods: "Alt+Control+Super+Shift", command: "spawn",                command_args: "firefox",),
     RiverctlCommand( map_mode: Map,         mode: ["normal"],           key: "Q", mods: "Alt+Control+Super+Shift", command: "spawn",                command_args: "keepassxc",),
     RiverctlCommand( map_mode: Map,         mode: ["normal"],           key: "R", mods: "Alt+Control+Super+Shift", command: "spawn",                command_args: "nheko",),
-    RiverctlCommand( map_mode: Map,         mode: ["normal"],           key: "S", mods: "Alt+Control+Super+Shift", command: "spawn",                command_args: "steam",),
+    RiverctlCommand( map_mode: Map,         mode: ["normal"],           key: "S", mods: "Alt+Control+Super+Shift", command: "spawn",                command_args: "signal-desktop",),
     RiverctlCommand( map_mode: Map,         mode: ["normal"],           key: "T", mods: "Alt+Control+Super+Shift", command: "spawn",                command_args: "swaylock -f",),
 
     RiverctlCommand( map_mode: Map,         mode: ["normal"],           key: "U", mods: "Alt+Control+Super+Shift", command: "focus-output",         command_args: "next",),