about summary refs log tree commit diff stats
path: root/home-manager
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-28 16:27:39 +0100
committerene <ene@sils.li>2023-02-28 16:27:39 +0100
commit15ce139eb474bfca2860242eae12b71e32c826ea (patch)
tree77ef26e5664a30c1744b485abfddb56530100ea7 /home-manager
parentFix(hm/wms/river): Refactor init script (diff)
downloadnixos-config-15ce139eb474bfca2860242eae12b71e32c826ea.tar.gz
nixos-config-15ce139eb474bfca2860242eae12b71e32c826ea.zip
Fix(hm/wms/river): Switch to foot
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/packages/default.nix3
-rw-r--r--home-manager/wms/river/res/keys.ron2
2 files changed, 4 insertions, 1 deletions
diff --git a/home-manager/packages/default.nix b/home-manager/packages/default.nix
index 02b03a17..9f543d71 100644
--- a/home-manager/packages/default.nix
+++ b/home-manager/packages/default.nix
@@ -15,6 +15,9 @@ with pkgs; let
   shell-scripts = (import ./scripts.nix) {inherit pkgs sysLib;};
 
   Gui = {
+    Terminals = [
+      foot # wayland native terminal
+    ];
     Browsers = [
       ungoogled-chromium # web browser (only for web programming)
     ];
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