Do not override keybindings list on screenshot module
This commit is contained in:
parent
293f24dfbf
commit
ccaa71ba5b
|
@ -4,6 +4,6 @@ with lib;
|
||||||
{
|
{
|
||||||
xsession.windowManager.i3.config = {
|
xsession.windowManager.i3.config = {
|
||||||
startup = [ { command = "${pkgs.flameshot}/bin/flameshot"; } ];
|
startup = [ { command = "${pkgs.flameshot}/bin/flameshot"; } ];
|
||||||
keybindings."Print" = "exec ${pkgs.flameshot}/bin/flameshot gui";
|
keybindings = mkOptionDefault { "Print" = "exec ${pkgs.flameshot}/bin/flameshot gui"; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue