From a202bced66fe2328ab90c04c841fedb21b161831 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 23 Jul 2023 10:55:58 +0200 Subject: Fix(hm/wms/river): Also map element-desktop to hotkey --- home-manager/wms/river/res/moonlander.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-manager/wms/river') diff --git a/home-manager/wms/river/res/moonlander.ron b/home-manager/wms/river/res/moonlander.ron index 33fc4e56..0a1e82d0 100644 --- a/home-manager/wms/river/res/moonlander.ron +++ b/home-manager/wms/river/res/moonlander.ron @@ -31,7 +31,7 @@ RiverctlCommandArray( RiverctlCommand( map_mode: Map, mode: ["normal"], key: "O", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "bemenu-run",), 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: "R", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "element-desktop",), 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: "T", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "swaylock -f",), -- cgit 1.4.1