Do not override keybindings list on screenshot module

This commit is contained in:
Natsu Kagami 2021-11-21 17:40:56 -05:00
parent 293f24dfbf
commit ccaa71ba5b
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -4,6 +4,6 @@ with lib;
{
xsession.windowManager.i3.config = {
startup = [ { command = "${pkgs.flameshot}/bin/flameshot"; } ];
keybindings."Print" = "exec ${pkgs.flameshot}/bin/flameshot gui";
keybindings = mkOptionDefault { "Print" = "exec ${pkgs.flameshot}/bin/flameshot gui"; };
};
}