commit d6a2b319adff840c6160d07fbb668a719f5e03bb
parent 40d8410723aaf14a8d772063e9e06e022e617507
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Sun, 6 Apr 2025 17:10:39 +0200
refactor: rename commands.foot to commands.terminal
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix
@@ -36,7 +36,7 @@
let
colors = import ./colors.nix;
commands = {
- foot =
+ terminal =
let
# Remove the leading '#' character.
parseColor = builtins.substring 1 7;
@@ -137,7 +137,7 @@
};
keybindings = {
- "Mod4+Return" = "exec ${commands.foot}";
+ "Mod4+Return" = "exec ${commands.terminal}";
"XF86AudioRaiseVolume" = ''
exec ${pkgs.alsa-utils}/bin/amixer set Master 10%+
@@ -209,7 +209,7 @@
always = true;
}
{
- command = commands.foot;
+ command = commands.terminal;
always = false;
}
{