diff options
author | ene <ene@sils.li> | 2023-02-28 16:27:39 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-28 16:27:39 +0100 |
commit | 15ce139eb474bfca2860242eae12b71e32c826ea (patch) | |
tree | 77ef26e5664a30c1744b485abfddb56530100ea7 /home-manager/wms/river/res/keys.ron | |
parent | Fix(hm/wms/river): Refactor init script (diff) | |
download | nixos-config-15ce139eb474bfca2860242eae12b71e32c826ea.zip |
Fix(hm/wms/river): Switch to foot
Diffstat (limited to '')
-rw-r--r-- | home-manager/wms/river/res/keys.ron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/wms/river/res/keys.ron b/home-manager/wms/river/res/keys.ron index a4ad6988..0856d193 100644 --- a/home-manager/wms/river/res/keys.ron +++ b/home-manager/wms/river/res/keys.ron @@ -8,7 +8,7 @@ RiverctlCommandArray( RiverctlCommand( map_mode: Map, mode: ["normal"], key: "N", mods: "Super+Control", command: "focus-output", command_args: "previous",), // Standard program - RiverctlCommand( map_mode: Map, mode: ["normal"], key: "Return", mods: "Super", command: "spawn", command_args: "alacritty",), + RiverctlCommand( map_mode: Map, mode: ["normal"], key: "Return", mods: "Super", command: "spawn", command_args: "foot",), RiverctlCommand( map_mode: Map, mode: ["normal"], key: "q", mods: "Super+Shift", command: "exit", command_args: None,), // Screenshot |