From 6ce8eed031e482d931ebdcdee4ea03495f8c74b8 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 1 Mar 2024 09:59:07 +0100 Subject: [PATCH] update i3 config --- nixos/homes/palo/i3.nix | 2 ++ 1 file changed, 2 insertions(+) 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}";