From 93a79977c52935ca2013a3d266e734e0139e313c Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sat, 24 Jun 2023 08:17:36 -0700 Subject: [PATCH] Fixed swapped up/down bindings --- modules/desktop/sway/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/desktop/sway/default.nix b/modules/desktop/sway/default.nix index 38ff7e7..1cbd441 100644 --- a/modules/desktop/sway/default.nix +++ b/modules/desktop/sway/default.nix @@ -11,8 +11,8 @@ with lib; let nag = "swaynag"; left = "h"; right = "l"; - up = "j"; - down = "k"; + up = "k"; + down = "j"; modifier = "Mod4"; # TODO: This assume I'll be using rofi and alacritty. Should make more