diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/i3.nix | 5 |
1 files changed, 3 insertions, 2 deletions
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 |