diff --git a/home/sway.nix b/home/sway.nix index 99c31e0..063307a 100644 --- a/home/sway.nix +++ b/home/sway.nix @@ -22,6 +22,7 @@ in { wayland.windowManager.sway = { enable = true; extraSessionCommands = ""; + extraConfigEarly = '' ''; config = { fonts = { @@ -120,8 +121,8 @@ in { "Alt+slash" = "exec ${pkgs.moreutils}/bin/lckdo swaysw ${swaysw}/bin/swaysw"; "Alt+Escape" = "workspace back_and_forth"; "Alt+f" = "fullscreen enable"; - "Alt+bracketright" = "focus output right"; - "Alt+bracketleft" = "focus output left"; + "Alt+bracketright" = "focus output right"; + "Alt+bracketleft" = "focus output left"; "Mod4+l" = '' exec ${pkgs.sway}/bin/swaymsg [app_id="python3"] scratchpad show || exec ${term} -a python3 ${pkgs.python3}/bin/python3'';