diff options
author | Soispha <soispha@vhack.eu> | 2023-12-12 16:39:27 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-12 16:39:27 +0100 |
commit | 05adc668e23f3066296553c5acb518dea6d4f48d (patch) | |
tree | ce241bdacd962d520f1441a0965b02a201fe9d14 /hm/soispha/wms/river/res/moonlander.ron | |
parent | feat(hm/pkgs/scrs/screenshot): Add better persistent and temporary script (diff) | |
download | nixos-config-05adc668e23f3066296553c5acb518dea6d4f48d.zip |
fix(hm/wms/river/keys): Use new screenshot script
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 59db5bf5..7b6f5069 100644 --- a/hm/soispha/wms/river/res/moonlander.ron +++ b/hm/soispha/wms/river/res/moonlander.ron @@ -21,7 +21,7 @@ RiverctlCommandArray( RiverctlCommand( map_mode: Map, mode: ["normal"], key: "K", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "alacritty",), - RiverctlCommand( map_mode: Map, mode: ["normal"], key: "L", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "screen_shot",), + RiverctlCommand( map_mode: Map, mode: ["normal"], key: "L", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "screenshot_persistent",), // Audio RiverctlCommand( map_mode: Map, mode: ["normal", "locked"], key: "M", mods: "Alt+Control+Super+Shift", command: "spawn", command_args: "video-pause toggle",), |