diff options
author | Soispha <soispha@vhack.eu> | 2023-12-31 12:12:04 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-31 12:12:04 +0100 |
commit | 8ea57d8c0722284530898588453a2eba85a9b2ff (patch) | |
tree | 1b6843ca88e58ddd4f9a22b1c0591b156162e41b /hm/soispha/wms/river/res/moonlander.ron | |
parent | fix(hm/pkgs/con2pdf): Don't reassing `name` variable as it's global (diff) | |
download | nixos-config-8ea57d8c0722284530898588453a2eba85a9b2ff.zip |
feat(hm/pkgs/lock): Init
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/wms/river/res/moonlander.ron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/wms/river/res/moonlander.ron b/hm/soispha/wms/river/res/moonlander.ron index 7b6f5069..a59c6757 100644 --- a/hm/soispha/wms/river/res/moonlander.ron +++ b/hm/soispha/wms/river/res/moonlander.ron @@ -33,7 +33,7 @@ RiverctlCommandArray( 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: "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: "T", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "lock",), RiverctlCommand( map_mode: Map, mode: ["normal"], key: "U", mods: "Alt+Control+Super+Shift", command: "focus-output", command_args: "next",), RiverctlCommand( map_mode: Map, mode: ["normal"], key: "V", mods: "Alt+Control+Super+Shift", command: "focus-previous-tags", command_args: None,), |