From 8fc8554d8a60f5acda74462c3ff19450a5443547 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Tue, 21 May 2024 17:01:56 -0700 Subject: Swap alt and meta keys using keyd --- home/i3.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/i3.nix b/home/i3.nix index 86d2e05..2df6dc9 100644 --- a/home/i3.nix +++ b/home/i3.nix @@ -5,7 +5,8 @@ enable = true; config = let - mod = "Mod1"; + #NOTE: Alt (Mod1) and meta (Mod4) have been swapped by keyd. + mod = "Mod4"; ws0 = "0:Main"; ws1 = "1:Terminal"; @@ -117,7 +118,7 @@ "Shift+Print" = "exec ${pkgs.flameshot}/bin/flameshot screen -c"; "Print" = "exec ${pkgs.flameshot}/bin/flameshot full -c"; "${mod}+Shift+s" = "exec ${pkgs.flameshot}/bin/flameshot gui -c"; - "Mod4+Shift+s" = "exec ${pkgs.flameshot}/bin/flameshot gui -c"; + "Mod1+Shift+s" = "exec ${pkgs.flameshot}/bin/flameshot gui -c"; "${mod}+Ctrl+Shift+s" = "exec ${pkgs.flameshot}/bin/flameshot launcher -c"; # Media keys -- cgit v1.2.3