From 8ea57d8c0722284530898588453a2eba85a9b2ff Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 31 Dec 2023 12:12:04 +0100 Subject: feat(hm/pkgs/lock): Init --- 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 12b456df..c2b61d7a 100644 --- a/hm/soispha/wms/river/res/keys.ron +++ b/hm/soispha/wms/river/res/keys.ron @@ -25,7 +25,7 @@ RiverctlCommandArray( RiverctlCommand( map_mode: Map, mode: ["normal"], key: "F2", mods: "Super", command: "spawn", command_args: "keepassxc",), RiverctlCommand( map_mode: Map, mode: ["normal"], key: "F3", mods: "Super", command: "spawn", command_args: "signal-desktop",), RiverctlCommand( map_mode: Map, mode: ["normal"], key: "F4", mods: "Super", command: "spawn", command_args: "steam",), - RiverctlCommand( map_mode: Map, mode: ["normal"], key: "L", mods: "Super", command: "spawn", command_args: "swaylock -f",), + RiverctlCommand( map_mode: Map, mode: ["normal"], key: "L", mods: "Super", command: "spawn", command_args: "lock",), // Client RiverctlCommand( map_mode: Map, mode: ["normal"], key: "f", mods: "Super", command: "toggle-fullscreen", command_args: None,), -- cgit 1.4.1