diff --git a/nixos/homes/palo/i3.nix b/nixos/homes/palo/i3.nix index b0d78bb..62f65c0 100644 --- a/nixos/homes/palo/i3.nix +++ b/nixos/homes/palo/i3.nix @@ -136,6 +136,7 @@ in enable = true; extraConfig = '' default_border pixel + default_orientation vertical ''; config = { modifier = "Mod4"; @@ -183,6 +184,7 @@ in ) ]; + keybindings = { "Print" = "exec ${pkgs.flameshot}/bin/flameshot gui -c -p /share/"; "${cfg.config.modifier}+Return" = "exec ${cfg.config.terminal}";